错误码 | 说明 |
---|---|
40003 | 参数缺失,具体那个参数缺失请参照提示信息(msg) |
40004 | 参数无效,具体那个参数错误请参照提示信息(msg) |
1 | 操作失败,失败原因请参照提示信息(msg) |
curl --location --request POST 'https://api.xiaoe-tech.com/open/orders.state.update/1.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_state": "2",
"order_id": "o_1498815147_59561aabef2ae_59500976"
}'
{
"order_state": "2",
"order_id": "o_1498815147_59561aabef2ae_59500976"
}