POST api/bbs/GetPostCountList
BBS 数据统计
Request Information
URI Parameters
None.
Body Parameters
GetPostCountListInputName | Description | Type | Additional information |
---|---|---|---|
brand_id |
品牌id |
integer |
None. |
brand_name |
品牌名称 |
string |
None. |
post_title |
产品名称 |
string |
None. |
content_type |
帖子类型 |
integer |
None. |
create_area_id |
发起大区id |
integer |
None. |
create_dept_id |
发起部门 |
integer |
None. |
deal_dept_id |
处理部门 |
integer |
None. |
add_emp_name |
发起人 |
string |
None. |
deal_emp_name |
处理人 |
string |
None. |
start_add_time |
开始发起时间 |
string |
None. |
end_add_time |
结束发起时间 |
string |
None. |
start_reply_time |
开始回复时间 |
string |
None. |
end_reply_time |
结束回复时间 |
string |
None. |
order_column |
排序列( brand_name,post_title,content_type_name,create_dept_name,add_emp_name,deal_dept_name,deal_emp_name,create_area_name 不适用了===品牌 brand_id,产品名称 post_title 帖子类型 content_type 发起人create 处理项 deal ) |
string |
None. |
reply_name |
回复人 |
string |
None. |
page |
页码 |
integer |
None. |
page_size |
每页显示条数 |
integer |
None. |
user_id |
当前登录者Id |
string |
None. |
token |
token |
string |
None. |
Request Formats
application/json, text/json
Sample:
{ "brand_id": 1, "brand_name": "sample string 1", "post_title": "sample string 2", "content_type": 1, "create_area_id": 1, "create_dept_id": 1, "deal_dept_id": 1, "add_emp_name": "sample string 3", "deal_emp_name": "sample string 4", "start_add_time": "sample string 5", "end_add_time": "sample string 6", "start_reply_time": "sample string 7", "end_reply_time": "sample string 8", "order_column": "sample string 9", "reply_name": "sample string 10", "page": 11, "page_size": 12, "user_id": "sample string 13", "token": "sample string 14" }
application/xml, text/xml
Sample:
<GetPostCountListInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BBS.Model.Dtos.Post"> <token xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 14</token> <user_id xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 13</user_id> <page xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">11</page> <page_size xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">12</page_size> <add_emp_name>sample string 3</add_emp_name> <brand_id>1</brand_id> <brand_name>sample string 1</brand_name> <content_type>1</content_type> <create_area_id>1</create_area_id> <create_dept_id>1</create_dept_id> <deal_dept_id>1</deal_dept_id> <deal_emp_name>sample string 4</deal_emp_name> <end_add_time>sample string 6</end_add_time> <end_reply_time>sample string 8</end_reply_time> <order_column>sample string 9</order_column> <post_title>sample string 2</post_title> <reply_name>sample string 10</reply_name> <start_add_time>sample string 5</start_add_time> <start_reply_time>sample string 7</start_reply_time> </GetPostCountListInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BBS 数据统计
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. |