黄金回收获取服务商价格
名称 | 类型 | 是否必须 | 示例值 | 更多限制 | 描述 |
---|---|---|---|---|---|
spuId | String | 必须 | 1 | spuId | |
sceneType | String | 必须 | GOLD | 场景 | |
userId | String | 必须 | 21452 | 用户ID | |
storeId | String | 必须 | 12045 | 闲鱼门店id | |
division | String | 必须 | 浙江省杭州市余杭区文一西路西溪园区 | 位置信息 |
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
spuId | Number | 1 | spu Id |
shipTypes | Number [] | 1,2 | 场景支持当前的交付类型 1:邮寄, 2:上门, 3:到店 |
priceDetail | PriceDetailResult | 黄金手续费相关信息返回 | |
|
|||
success | Boolean | true | 请求是否成功 |
errCode | String | system_error | 错误码 |
errMsg | String | 系统故障 | 错误描述 |
{"division":"浙江省杭州市余杭区文一西路西溪园区","sceneType":"GOLD","spuId":"1","storeId":"12045","userId":"21452"}
{ "spuId":1, "shipTypes":{ "number":[ 1, 2 ] }, "priceDetail":{ "mailHandlingFee":12000, "storeHandlingFee":54200, "goldPrice":12500 }, "success":true, "errCode":"system_error", "errMsg":"系统故障" }
{"success":"false","errCode":"sign-check-failure","errMsg":"Illegal request"}
错误码 | 错误描述 | 解决方案 |
---|