GET api/GroupDC?shopID={shopID}&userID={userID}&mode={mode}
小组列表.[配送.权限]
请求信息
URI 参数
| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| shopID |
门店 |
string |
Required |
| userID |
人员 |
string |
Required |
| mode |
0-首页小组,1-分类 |
string |
Required |
Body 参数
None.
响应信息
响应描述
小组列表
Collection of cGroupG| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| GroupID | string |
None. |
|
| GroupNM | string |
None. |
|
| GroupUrl | string |
None. |
|
| GoodsList | Collection of cGroupGoods |
None. |
响应格式
application/json, text/json
Sample:
[
{
"_GroupID": "sample string 1",
"_GroupNM": "sample string 2",
"_GroupUrl": "sample string 3",
"_GoodsList": [
{
"_GoodsID": "sample string 1",
"_GoodsNM": "sample string 2",
"_SPrice": 3.0,
"_OPrice": 4.0,
"_SMNum": 5.0,
"_GoodsUrl": "sample string 6",
"_Sequ": 7,
"_WW": "sample string 8",
"_RR": "sample string 9",
"_Remark": "sample string 10"
},
{
"_GoodsID": "sample string 1",
"_GoodsNM": "sample string 2",
"_SPrice": 3.0,
"_OPrice": 4.0,
"_SMNum": 5.0,
"_GoodsUrl": "sample string 6",
"_Sequ": 7,
"_WW": "sample string 8",
"_RR": "sample string 9",
"_Remark": "sample string 10"
}
]
},
{
"_GroupID": "sample string 1",
"_GroupNM": "sample string 2",
"_GroupUrl": "sample string 3",
"_GoodsList": [
{
"_GoodsID": "sample string 1",
"_GoodsNM": "sample string 2",
"_SPrice": 3.0,
"_OPrice": 4.0,
"_SMNum": 5.0,
"_GoodsUrl": "sample string 6",
"_Sequ": 7,
"_WW": "sample string 8",
"_RR": "sample string 9",
"_Remark": "sample string 10"
},
{
"_GoodsID": "sample string 1",
"_GoodsNM": "sample string 2",
"_SPrice": 3.0,
"_OPrice": 4.0,
"_SMNum": 5.0,
"_GoodsUrl": "sample string 6",
"_Sequ": 7,
"_WW": "sample string 8",
"_RR": "sample string 9",
"_Remark": "sample string 10"
}
]
}
]
text/html
Sample:
[{"_GroupID":"sample string 1","_GroupNM":"sample string 2","_GroupUrl":"sample string 3","_GoodsList":[{"_GoodsID":"sample string 1","_GoodsNM":"sample string 2","_SPrice":3.0,"_OPrice":4.0,"_SMNum":5.0,"_GoodsUrl":"sample string 6","_Sequ":7,"_WW":"sample string 8","_RR":"sample string 9","_Remark":"sample string 10"},{"_GoodsID":"sample string 1","_GoodsNM":"sample string 2","_SPrice":3.0,"_OPrice":4.0,"_SMNum":5.0,"_GoodsUrl":"sample string 6","_Sequ":7,"_WW":"sample string 8","_RR":"sample string 9","_Remark":"sample string 10"}]},{"_GroupID":"sample string 1","_GroupNM":"sample string 2","_GroupUrl":"sample string 3","_GoodsList":[{"_GoodsID":"sample string 1","_GoodsNM":"sample string 2","_SPrice":3.0,"_OPrice":4.0,"_SMNum":5.0,"_GoodsUrl":"sample string 6","_Sequ":7,"_WW":"sample string 8","_RR":"sample string 9","_Remark":"sample string 10"},{"_GoodsID":"sample string 1","_GoodsNM":"sample string 2","_SPrice":3.0,"_OPrice":4.0,"_SMNum":5.0,"_GoodsUrl":"sample string 6","_Sequ":7,"_WW":"sample string 8","_RR":"sample string 9","_Remark":"sample string 10"}]}]