POST api/CarouselImage/GetCarouselImageList
小程序获取轮播图列表
请求参数信息
URI 参数
None.
Body 参数
BasePageRequestModelName | Description | Type | Additional information |
---|---|---|---|
keyid | string |
None. |
|
querystr | string |
None. |
|
Status | integer |
None. |
|
pageindex | integer |
None. |
|
pagesize | integer |
None. |
|
queryparam | Dictionary of string [key] and string [value] |
None. |
|
sign | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "keyid": "sample string 1", "querystr": "sample string 2", "Status": 3, "pageindex": 4, "pagesize": 5, "queryparam": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "sign": "sample string 6" }
application/xml, text/xml
Sample:
<BasePageRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JYSupply.APIApplication.Models.RequestModel"> <sign xmlns="http://schemas.datacontract.org/2004/07/JYSupply.APIApplication.Models">sample string 6</sign> <Status>3</Status> <keyid>sample string 1</keyid> <pageindex>4</pageindex> <pagesize>5</pagesize> <queryparam xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 1</d2p1:Key> <d2p1:Value>sample string 2</d2p1:Value> </d2p1:KeyValueOfstringstring> <d2p1:KeyValueOfstringstring> <d2p1:Key>sample string 3</d2p1:Key> <d2p1:Value>sample string 4</d2p1:Value> </d2p1:KeyValueOfstringstring> </queryparam> <querystr>sample string 2</querystr> </BasePageRequestModel>
application/x-www-form-urlencoded
Sample:
接口返回信息
返回信息说明
JMResponseOfViewPageModelOfCarouselImageEntityName | Description | Type | Additional information |
---|---|---|---|
code | string |
None. |
|
msg | string |
None. |
|
data | ViewPageModelOfCarouselImageEntity |
None. |
返回数据格式
application/json, text/json
Sample:
{ "code": "sample string 1", "msg": "sample string 2", "data": { "Total": 1, "ModelList": [ { "FId": "sample string 1", "FPage": "sample string 2", "FType": "sample string 3", "FPath": "sample string 4", "FUrl": "sample string 5", "FUrlType": "sample string 6", "FSort": 7, "FDescription": "sample string 8", "FDeleteMark": true, "FEnabledMark": true, "FCreatorTime": "2025-08-15 09:13:29", "FCreatorUserId": "sample string 9", "FLastModifyTime": "2025-08-15 09:13:29", "FLastModifyUserId": "sample string 10", "FDeleteTime": "2025-08-15 09:13:29", "FDeleteUserId": "sample string 11" }, { "FId": "sample string 1", "FPage": "sample string 2", "FType": "sample string 3", "FPath": "sample string 4", "FUrl": "sample string 5", "FUrlType": "sample string 6", "FSort": 7, "FDescription": "sample string 8", "FDeleteMark": true, "FEnabledMark": true, "FCreatorTime": "2025-08-15 09:13:29", "FCreatorUserId": "sample string 9", "FLastModifyTime": "2025-08-15 09:13:29", "FLastModifyUserId": "sample string 10", "FDeleteTime": "2025-08-15 09:13:29", "FDeleteUserId": "sample string 11" } ], "PageIndex": 2, "PageSize": 3, "PageNum": 1 } }
application/xml, text/xml
Sample:
<JMResponseOfViewPageModelOfCarouselImageEntityRP08vMuhzLR_StK6J xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JYSupply.APIApplication.Models"> <code>sample string 1</code> <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/JYSupply.APIApplication.APIHelp"> <d2p1:ModelList xmlns:d3p1="http://schemas.datacontract.org/2004/07/JYSupply.Domain.Entity.SystemDocument"> <d3p1:CarouselImageEntity> <d3p1:FCreatorTime>2025-08-15T09:13:29.3420313+08:00</d3p1:FCreatorTime> <d3p1:FCreatorUserId>sample string 9</d3p1:FCreatorUserId> <d3p1:FDeleteMark>true</d3p1:FDeleteMark> <d3p1:FDeleteTime>2025-08-15T09:13:29.3420313+08:00</d3p1:FDeleteTime> <d3p1:FDeleteUserId>sample string 11</d3p1:FDeleteUserId> <d3p1:FDescription>sample string 8</d3p1:FDescription> <d3p1:FEnabledMark>true</d3p1:FEnabledMark> <d3p1:FId>sample string 1</d3p1:FId> <d3p1:FLastModifyTime>2025-08-15T09:13:29.3420313+08:00</d3p1:FLastModifyTime> <d3p1:FLastModifyUserId>sample string 10</d3p1:FLastModifyUserId> <d3p1:FPage>sample string 2</d3p1:FPage> <d3p1:FPath>sample string 4</d3p1:FPath> <d3p1:FSort>7</d3p1:FSort> <d3p1:FType>sample string 3</d3p1:FType> <d3p1:FUrl>sample string 5</d3p1:FUrl> <d3p1:FUrlType>sample string 6</d3p1:FUrlType> </d3p1:CarouselImageEntity> <d3p1:CarouselImageEntity> <d3p1:FCreatorTime>2025-08-15T09:13:29.3420313+08:00</d3p1:FCreatorTime> <d3p1:FCreatorUserId>sample string 9</d3p1:FCreatorUserId> <d3p1:FDeleteMark>true</d3p1:FDeleteMark> <d3p1:FDeleteTime>2025-08-15T09:13:29.3420313+08:00</d3p1:FDeleteTime> <d3p1:FDeleteUserId>sample string 11</d3p1:FDeleteUserId> <d3p1:FDescription>sample string 8</d3p1:FDescription> <d3p1:FEnabledMark>true</d3p1:FEnabledMark> <d3p1:FId>sample string 1</d3p1:FId> <d3p1:FLastModifyTime>2025-08-15T09:13:29.3420313+08:00</d3p1:FLastModifyTime> <d3p1:FLastModifyUserId>sample string 10</d3p1:FLastModifyUserId> <d3p1:FPage>sample string 2</d3p1:FPage> <d3p1:FPath>sample string 4</d3p1:FPath> <d3p1:FSort>7</d3p1:FSort> <d3p1:FType>sample string 3</d3p1:FType> <d3p1:FUrl>sample string 5</d3p1:FUrl> <d3p1:FUrlType>sample string 6</d3p1:FUrlType> </d3p1:CarouselImageEntity> </d2p1:ModelList> <d2p1:PageIndex>2</d2p1:PageIndex> <d2p1:PageSize>3</d2p1:PageSize> <d2p1:Total>1</d2p1:Total> </data> <msg>sample string 2</msg> </JMResponseOfViewPageModelOfCarouselImageEntityRP08vMuhzLR_StK6J>