GET api/Groups?shopID={shopID}&groupID={groupID}
小组商品列表.[后台.带店]
请求信息
URI 参数
| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| shopID |
门店 |
string |
Required |
| groupID |
人员 |
string |
Required |
Body 参数
None.
响应信息
响应描述
小组列表
Collection of cGroupGoods| 参数 | 参数描述 | 类型 | 其它信息 |
|---|---|---|---|
| goodsid | string |
None. |
|
| GoodsNM | string |
None. |
|
| SPrice | decimal number |
None. |
|
| OPrice | decimal number |
None. |
|
| SMNum | decimal number |
None. |
|
| GoodsUrl | string |
None. |
|
| sequ | integer |
None. |
|
| ww | string |
None. |
|
| rr | string |
None. |
|
| remark | string |
None. |
响应格式
application/json, text/json
Sample:
[
{
"_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:
[{"_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"}]