GET api/Goods?goodsID={goodsID}
商品内容列表
请求信息
URI 参数
参数 | 参数描述 | 类型 | 其它信息 |
---|---|---|---|
goodsID |
商品代码 |
string |
Required |
Body 参数
None.
响应信息
响应描述
商品内容列表
Collection of cGoodsContent参数 | 参数描述 | 类型 | 其它信息 |
---|---|---|---|
sequ | integer |
None. |
|
type | string |
None. |
|
content | string |
None. |
|
Type | string |
None. |
|
Content | string |
None. |
响应格式
application/json, text/json
Sample:
[ { "_Sequ": 1, "_Type": "sample string 4", "_Content": "sample string 5" }, { "_Sequ": 1, "_Type": "sample string 4", "_Content": "sample string 5" } ]
text/html
Sample:
[{"_Sequ":1,"_Type":"sample string 4","_Content":"sample string 5"},{"_Sequ":1,"_Type":"sample string 4","_Content":"sample string 5"}]