POST api/TencentStore/getOrderState
查询订单状态
请求的信息
URI参数
None.
Body参数
getOrderStateCondition| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| orderId | string |
None. |
请求格式
application/json, text/json
Sample:
{
"orderId": "sample string 1"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
响应信息
资源描述
CustomJsonResultOfgetOrderStateResult| 名称 | 描述 | 类型 | 其它信息 |
|---|---|---|---|
| Content | getOrderStateResult |
None. |
响应格式
application/json, text/json
Sample:
{
"content": {
"$id": "2",
"third_source": "sample string 1",
"code": 1,
"message": "sample string 2",
"open_order_id": "sample string 3",
"third_order_id": "sample string 4",
"order_state": 5,
"order_statename": "sample string 6",
"ordertotal": 7.1,
"pay_state": "sample string 8",
"order_type": 9,
"third_logistics_id": "sample string 10",
"third_logistics_company": "sample string 11"
}
}