GET api/Order?userID={userID}&addID={addID}&shopID={shopID}&goodsLS={goodsLS}

订单插入

请求信息

URI 参数

参数参数描述类型其它信息
userID

人员

string

Required

addID

地址编号

integer

Required

shopID

商户编号

string

Required

goodsLS

商品列表

string

Required

Body 参数

None.

响应信息

响应描述

状态

Collection of cStateo
参数参数描述类型其它信息
State

integer

None.

OrderNO

string

None.

AMoney

decimal number

None.

MMoney

decimal number

None.

响应格式

application/json, text/json

Sample:
[
  {
    "_State": 1,
    "_OrderNO": "sample string 2",
    "_AMoney": 3.0,
    "_MMoney": 4.0
  },
  {
    "_State": 1,
    "_OrderNO": "sample string 2",
    "_AMoney": 3.0,
    "_MMoney": 4.0
  }
]

text/html

Sample:
[{"_State":1,"_OrderNO":"sample string 2","_AMoney":3.0,"_MMoney":4.0},{"_State":1,"_OrderNO":"sample string 2","_AMoney":3.0,"_MMoney":4.0}]