GET api/Order?shopID={shopID}&orderNO={orderNO}&userID={userID}&State={State}
订单操作
请求信息
URI 参数
参数 | 参数描述 | 类型 | 其它信息 |
---|---|---|---|
shopID |
门店 |
string |
Required |
orderNO |
订单号 |
string |
Required |
userID |
人员 |
string |
Required |
State |
修改标志 |
string |
Required |
Body 参数
None.
响应信息
响应描述
订单操作
Collection of cStates参数 | 参数描述 | 类型 | 其它信息 |
---|---|---|---|
State | integer |
None. |
|
Msg | string |
None. |
|
AMoney | decimal number |
None. |
|
MMoney | decimal number |
None. |
响应格式
application/json, text/json
Sample:
[ { "_State": 1, "_Msg": "sample string 2", "_AMoney": 3.0, "_MMoney": 4.0 }, { "_State": 1, "_Msg": "sample string 2", "_AMoney": 3.0, "_MMoney": 4.0 } ]
text/html
Sample:
[{"_State":1,"_Msg":"sample string 2","_AMoney":3.0,"_MMoney":4.0},{"_State":1,"_Msg":"sample string 2","_AMoney":3.0,"_MMoney":4.0}]