文档
测试

法案列表

POST
http://chaomei.iricn.com/search/GetFaanList

请求头

参数名
类型
描述
必填
Content-Type
string
application/x-www-form-urlencoded
必填

请求参数

application/x-www-form-urlencoded
参数名
类型
描述
必填
txt
string
关键词
可选
areaId
string
设计领域Id集合(多个中间用','隔开)
可选
typeId
string
法案类型Id集合(多个中间用','隔开)
可选
sort
string
排序(详情请看下方说明)
可选

响应参数

application/json
参数名
类型
描述
msgId
int
状态码
msgCon
string
状态描述
dataCount
int
数据总条数
pageIndex
int
当前页
pageSize
int
每页条数
pageCount
int
总页数
data
array
数据列表
id
int
法案Id
title
string
标题
userList
array
关联人集合
wordList
array
关键词集合
date
string
时间

说明 / 示例

|排序|sort值| |-|-|-| |按时间升序|0| |按时间降序|1| |按首字母升序|2| |按首字母降序|3|