Authored by tanling
... ... @@ -21,21 +21,32 @@ code为200即为成功且只会返回200,每次都会有响应结果。
"code": 200,
"data": [
{
"id": 106070,
"cnAlphabet": "K*FACTO.2YNvShiZhaRanBeiXin",
"goodsId": 1109,
"id": 106370,
"marketPrice": 11,
"productDesc": "#Yoho!Buy限定联名T恤#",
"productId": 945,
"productLink": "http://img10.static.yhbimg.com/goodsimg/2016/08/02/15/018abe2f03d841a5e52492acb439dcc71a.jpg?imageMogr2/thumbnail/420x560/extent/420x560/background/d2hpdGU=/position/center/quality/90",
"productSkn": 87486558,
"productSkn": 50000154,
"productTitle": "Genanx 夏木电影同款:黑色插肩款棒球夹克",
"salesPhrase": "我的圣诞节!!!",
"salesPrice": 10,
"status": "",
"tabName": "首发",
"salesPrice": 123
"tabName": "首发"
},
{
"id": 106074,
"cnAlphabet": "LOOK AT ME GAGAShuangCengJingMAINLINE159",
"goodsId": 1117,
"id": 106382,
"marketPrice": 530,
"productDesc": "#Yoho!Buy限定联名T恤#",
"productId": 951,
"productLink": "http://img10.static.yhbimg.com/goodsimg/2016/08/02/15/018abe2f03d841a5e52492acb439dcc71a.jpg?imageMogr2/thumbnail/420x560/extent/420x560/background/d2hpdGU=/position/center/quality/90",
"productSkn": 87486558,
"productSkn": 50000231,
"productTitle": "Genanx 夏木电影同款:黑色插肩款棒球夹克",
"salesPhrase": "我的圣诞节!!!",
"salesPrice": 529,
"status": "",
"tabName": "首发"
}
... ...
... ... @@ -302,13 +302,15 @@ userName:姓名
cardNo:卡号
bankCode:银行编码
bankName:银行名称
mobile:手机号
mobile:手机号
cardIdNo:银行卡编号
masterType:是否为主卡,1-主卡 0-副卡
响应成功JSON格式如下所示:
```json
{
"alg":"SALT_MD5",
"code":200,
"data":[{id:"1",userName:"*三",cardNo:"0000",bankCode:"ABC",bankName:"农业银行",mobile="18021200000"},{id:"2",userName:"*三",cardNo:"00001",bankCode:"ICBC",bankName:"工商银行",,mobile="18021200001"}],
"data":[{id:"1",userName:"*三",cardNo:"0000",bankCode:"ABC",bankName:"农业银行",mobile:"18021200000",cardIdNo:"62355744532",masterType:"1"},{id:"2",userName:"*三",cardNo:"00001",bankCode:"ICBC",bankName:"工商银行",,mobile="18021200001",cardIdNo:"62355744532",masterType:"1"}],
"md5":"6d729d4b35f10fc73531210bd7ecff91",
"message":"success"
}
... ...
... ... @@ -101,7 +101,10 @@
```json
{"uid":111111,"order_code":100000,"status":906}
```
> 定金预售尾款支付通知
```json
{"uid":111111,"order_code":100000,"status":40}
```
## 前台创建换货单
... ...