GET api/Goods?goodsID={goodsID}

商品内容列表

请求信息

URI 参数

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

商品代码

string

Required

Body 参数

None.

响应信息

响应描述

商品内容列表

Collection of cGoodsContent
参数参数描述类型其它信息
sequ

integer

None.

type

string

None.

content

string

None.

响应格式

application/json, text/json

Sample:
[
  {
    "_Sequ": 1,
    "_Type": "sample string 2",
    "_Content": "sample string 3"
  },
  {
    "_Sequ": 1,
    "_Type": "sample string 2",
    "_Content": "sample string 3"
  }
]

text/html

Sample:
[{"_Sequ":1,"_Type":"sample string 2","_Content":"sample string 3"},{"_Sequ":1,"_Type":"sample string 2","_Content":"sample string 3"}]