Http方法:POST
路由:api/CmsContent/GetIconActivityProducts
获取ICon活动商品信息
请求参数
None.
Body Parameters
CmsIconActivityProductRequestModel| 参数名称 | 参数描述 | 类型 | 必须 | 附加信息 |
|---|---|---|---|---|
| Content_Id |
内容ID |
integer | Y |
None |
| Type_Id |
分类Id |
integer | Y |
None |
| Page | integer | Y |
None |
|
| Take | integer | Y |
None |
|
| FromClient |
来源 android\ios\wx |
string | Y |
None |
| PlatformAccount |
账户 |
string | Y |
None |
| Method |
方法名 |
string | Y |
None |
| SignKeyToken |
签名Key |
string | Y |
None |
| AccessToken |
授权Token |
string | Y |
None |
| Sign |
API输入参数签名结果 |
string | Y |
None |
| TimeStamp |
请求时间戳 时间戳,格式为yyyy-MM-dd HH:mm:ss,时区为GMT+8 |
string | Y |
None |
| Ver |
请求版本号 |
string | Y |
None |
| DeviceIMEINumber |
设备唯一码 |
string | Y |
None |
| GUID |
用户唯一标示 |
string | Y |
None |
Request Formats
application/json, text/json
Sample:
{
"Content_Id": 1,
"Type_Id": 2,
"Page": 3,
"Take": 4,
"FromClient": "sample string 5",
"PlatformAccount": "sample string 6",
"Method": "sample string 7",
"SignKeyToken": "sample string 8",
"AccessToken": "sample string 9",
"Sign": "sample string 10",
"TimeStamp": "sample string 11",
"Ver": "sample string 12",
"DeviceIMEINumber": "sample string 13",
"GUID": "sample string 14"
}
返回响应信息
获取ICon活动商品信息
ResultInfoOfPagedOfCmsIconActivityProductResponseModel| 参数名称 | 参数描述 | 类型 | 必须 | 附加信息 |
|---|---|---|---|---|
| Result | boolean | Y |
None |
|
| StatusCode | integer | Y |
None |
|
| State | string | Y |
None |
|
| Dynamic | Object | Y |
None |
|
| Msg | string | Y |
None |
|
| Data | PagedOfCmsIconActivityProductResponseModel | Y |
None |
Response Formats
application/json, text/json
Sample:
{
"Result": true,
"StatusCode": 2,
"State": "sample string 3",
"Dynamic": {},
"Msg": "sample string 5",
"Data": {
"PageIndex": 1,
"PageSize": 2,
"TotalRecords": 3,
"TotalPages": 4,
"PagedData": null
}
}