Authored by wangwei

update

... ... @@ -14,19 +14,54 @@
"uid": 20000060,
"goodsList": [
{
"sales_price": 1001,
"erp_sku_id": 112992
"last_price": 50.51,
"erp_sku_id": 112992,
"goods_type": 1
},
{
"sales_price": 1002,
"erp_sku_id": 1022753
"last_price": 203,
"erp_sku_id": 1022753,
"goods_type": 1
},
{
"sales_price": 1003,
"erp_sku_id": 112995
"last_price": 403,
"erp_sku_id": 112995,
"goods_type": 1
}
]
}
```
#### 接口描述: 获取在线支付订单状态
#### 接口定义
- 接口类型: `POST https://service.yoho.cn/erp/order/getOrderPayStatusInfo`
- 场景: ERP调用
#### 请求参数
| Param Name | Param Type | Required | Param Value | Desc |
| :-- | --: | --: | --: | --: |
| uid | int | true | 20000154 |用户ID |
| orderCode |Long | true | 160800421 |订单号|
#### 返回
``` json
{
"alg": "SALT_MD5",
"code": 200,
"data": {
"orderCode": 160670190,
"payment_status": "N",
"uid": 20000060
},
"md5": "337f43fed3738c14cfa069b9ac8b9873",
"message": "getOrderPayStatusInfo success"
}
```
\ No newline at end of file
... ...