POST api/info/GetArticleList?app_key={app_key}&access_token={access_token}×tamp={timestamp}&sign={sign}&bm_param={bm_param}
获取文章列表
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
app_key | string |
None. |
|
access_token | string |
None. |
|
timestamp | string |
None. |
|
sign | string |
None. |
|
bm_param | string |
None. |
Body Parameters
SearchArticleListModelName | Description | Type | Additional information |
---|---|---|---|
SubSystem |
子系统 默认北迈云官网 |
integer |
None. |
PlatType |
平台类型 默认全部 |
integer |
None. |
InfoType |
文章类型 默认系统公告 |
integer |
None. |
Page |
当前页 |
integer |
None. |
PageSize |
数据行数 |
integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "SubSystem": 1, "PlatType": 2, "InfoType": 3, "Page": 4, "PageSize": 5 }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |