Showing
1 changed file
with
4 additions
and
3 deletions
@@ -188,7 +188,7 @@ | @@ -188,7 +188,7 @@ | ||
188 | | uid | int | true |8040274 |用户ID | | 188 | | uid | int | true |8040274 |用户ID | |
189 | | area_code |String | false | " " (默认值为空) |地区编号| | 189 | | area_code |String | false | " " (默认值为空) |地区编号| |
190 | | goods |String(json数组) | true | [{"goods_type":"1","last_price":"18.00","product_skc":"83007","product_skn":"51001899","product_sku":"307528","remark":" ","returned_reason":1}] |退货商品 | | 190 | | goods |String(json数组) | true | [{"goods_type":"1","last_price":"18.00","product_skc":"83007","product_skn":"51001899","product_sku":"307528","remark":" ","returned_reason":1}] |退货商品 | |
191 | -| payment |String(json对象) | true | {"alipay_account":" ","alipay_name":" ","area_code":"320115","bank_card":" ","head_bank_name":" ","bank_name":" ","city":" ","payee_name":" ","province":" ","remark":" ","return_amount_mode":"1"} |退款设置| | 191 | +| payment |String(json对象) | true | {"alipay_account":" ","alipay_name":" ","area_code":"320115","bank_card":" ","bank_id","5",head_bank_name":"中国银行","bank_name":"xx支行","city":" ","payee_name":" ","province":" ","remark":" ","return_amount_mode":"1"} |退款设置| |
192 | | app_type | int | false | 1 | 0:yohobuy 1:blk (blk必传) | | 192 | | app_type | int | false | 1 | 0:yohobuy 1:blk (blk必传) | |
193 | ### goods入参,兼容其中含有非法参数 "evidence_images" : "" | 193 | ### goods入参,兼容其中含有非法参数 "evidence_images" : "" |
194 | ``` json | 194 | ``` json |
@@ -248,8 +248,9 @@ | @@ -248,8 +248,9 @@ | ||
248 | "alipay_name": " ", | 248 | "alipay_name": " ", |
249 | "area_code": "320115", | 249 | "area_code": "320115", |
250 | "bank_card": " ", | 250 | "bank_card": " ", |
251 | - "head_bank_name": " ", | ||
252 | - "bank_name": " ", | 251 | + "bank_id": "5", |
252 | + "head_bank_name": "中国银行", | ||
253 | + "bank_name": "xx支行", | ||
253 | "city": " ", | 254 | "city": " ", |
254 | "payee_name": " ", | 255 | "payee_name": " ", |
255 | "province": " ", | 256 | "province": " ", |
-
Please register or login to post a comment