POST api/bbs/GetPostCountDetailList
BBS 汇总统计
Request Information
URI Parameters
None.
Body Parameters
GetPostCountDetailListInput| Name | Description | Type | Additional information |
|---|---|---|---|
| brand_id |
品牌id |
integer |
None. |
| post_title |
产品名称 |
string |
None. |
| content_type |
帖子类型 |
integer |
None. |
| create_dept_id |
发起部门 |
integer |
None. |
| add_emp_id |
发起人 |
integer |
None. |
| add_emp_name |
添加人 |
string |
None. |
| deal_dept_id |
处理部门 |
integer |
None. |
| deal_emp_id |
处理人 |
integer |
None. |
| deal_emp_name |
处理人名称 |
string |
None. |
| start_add_time |
开始发起时间 |
string |
None. |
| end_add_time |
结束发起时间 |
string |
None. |
| data_type |
create_count 发起数量; reply_count 回复数量 un_reply_count 未回复数量 |
string |
None. |
| goods_id |
商品id |
integer |
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,
"post_title": "sample string 1",
"content_type": 1,
"create_dept_id": 1,
"add_emp_id": 1,
"add_emp_name": "sample string 2",
"deal_dept_id": 1,
"deal_emp_id": 1,
"deal_emp_name": "sample string 3",
"start_add_time": "sample string 4",
"end_add_time": "sample string 5",
"data_type": "sample string 6",
"goods_id": 1,
"page": 7,
"page_size": 8,
"user_id": "sample string 9",
"token": "sample string 10"
}
application/xml, text/xml
Sample:
<GetPostCountDetailListInput 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 10</token> <user_id xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">sample string 9</user_id> <page xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">7</page> <page_size xmlns="http://schemas.datacontract.org/2004/07/BBS.Model">8</page_size> <add_emp_id>1</add_emp_id> <add_emp_name>sample string 2</add_emp_name> <brand_id>1</brand_id> <content_type>1</content_type> <create_dept_id>1</create_dept_id> <data_type>sample string 6</data_type> <deal_dept_id>1</deal_dept_id> <deal_emp_id>1</deal_emp_id> <deal_emp_name>sample string 3</deal_emp_name> <end_add_time>sample string 5</end_add_time> <goods_id>1</goods_id> <post_title>sample string 1</post_title> <start_add_time>sample string 4</start_add_time> </GetPostCountDetailListInput>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
BBS 汇总统计
HttpResponseMessage| Name | 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. |