Browse Source

这俩文件没用。

master
yibo 7 years ago
parent
commit
e1455ba4af
2 changed files with 0 additions and 60 deletions
  1. +0
    -1
      README.md
  2. +0
    -59
      interface.md

+ 0
- 1
README.md View File

@ -1 +0,0 @@
qqq

+ 0
- 59
interface.md View File

@ -1,59 +0,0 @@
# 客户易小程序接口文档
### 接口地址改成 https://******/Rest.aspx?appid=appid&phone=绑定的手机号 ###
> ## 1.绑定手机号
> > <font size=4 color=#FF0000>/MainSystem/B3MiniProgramRpc/Rpcs/CustomerRpc/AccountRpc/QinBindByPhone</font>
> > > <font size=4 color=#FF0000>参数:</font>
> > >| 字段 | 说明 | 类型 | 是否必填 |
> > >|---------------|------|---|---|
> > >| OpenId | OpenId | str | 是 |
> > >| Phone | 手机号 | str | 是 |
> > >| NickName | 昵称 | str | 否 |
> > >| Sex | 性别 | str | 否 |
> > >| Province | 省 | str | 否 |
> > >| City | 城市 | str | 否 |
> > >| Country | 国家 | str | 否 |
> > >| HeadImgUrl | 头像 | str | 否 |
> > >| UnionId | UnionId | str | 否 |
> > > <font size=4 color=#FF0000>返回值:</font>
> > >| 字段 | 说明 |类型 |
> > >|---------------|------|---|
> > >| Customer_ID | 客户ID | long |
> > >| Customer_Name | 客户名称 | str |
------
> ## 2.订货查询
> > <font size=4 color=#FF0000>/MainSystem/B3MiniProgramRpc/Rpcs/CustomerRpc/SaleOutStoreRpc/GetSaleOutStore</font>
> > > <font size=4 color=#FF0000>参数:</font>
> > >| 字段 | 说明 | 类型 | 是否必填 |
> > >|---------------|------|---|---|
> > >| 参数1 | 0:未发货 20:已发货 | int | 是 |
> > >| 参数2 | pageindex:当前页数,从0开始 | int | 是 |
> > >| 参数3 | pagesize:每页显示的条数 | int | 是 |
> > > <font size=4 color=#FF0000>返回值:</font>
> > >| 字段 | 说明 |类型 |
> > >|---------------|------|---|
> > >| ID | 出库单号 | long |
> > >| LoadTime | 发货时间 | datetime |
> > >| Money | 金额 | decimal |
> > >| Customer_Name | 客户名称 | str |
------
> ## 3.订货明细查询
> > <font size=4 color=#FF0000>/MainSystem/B3MiniProgramRpc/Rpcs/CustomerRpc/SaleOutStoreRpc/GetSaleOutStoreDetail</font>
> > > <font size=4 color=#FF0000>参数:</font>
> > >| 字段 | 说明 | 类型 | 是否必填 |
> > >|---------------|------|---|---|
> > >| 参数1 | 出库单号:接口2.订货查询 获得到的ID | long | 是 |
> > > <font size=4 color=#FF0000>返回值:</font>
> > >| 字段 | 说明 |类型 |
> > >|---------------|------|---|
> > >| Goods_Name | 存货名称 | str |
> > >| Number | 数量 | decimal |
> > >| Price | 单价 | decimal |
> > >| Money | 金额 | decimal |
------

Loading…
Cancel
Save