请求方式 POST 请求路径 api/Promotions/NeedSureOrder_GroupBuy?proId={proId}&addressid={addressid}
确认订单页数据 拼团
URI 参数说明
字段 | 说明 | 类型 | 备注说明 |
---|---|---|---|
proId |
shop_PromotionsGroupBuy的Id |
integer |
Required |
addressid | integer |
Required |
Json字符串 参数说明:Body Data
None.
得到响应信息说明
确认订单页数据 拼团
ResponsePageData字段 | 说明 | 类型 | 备注说明 |
---|---|---|---|
code |
状态码 默认0 成功 |
integer |
None. |
msg |
消息 |
string |
None. |
count |
总条数 |
integer |
None. |
data |
数据 |
Object |
None. |
响应格式
application/json, text/json
Sample:
{ "code": 1, "msg": "sample string 2", "count": 3, "data": {} }