Authored by chaogeng

update

... ... @@ -10,9 +10,9 @@
-------------------------
|属性名称|类型|例子|说明|是否必填|长度限制|
|--------|----|----|----|----|----|
|status|Integer|1|状态||1-2|
|condNum|int|2|||1-1|
|condContent|String|xx|查询内容||1-128|
|status|Integer|1|状态|否|0-2|
|condNum|int|2||否|0-1|
|condContent|String|xx|查询内容|否|0-128|
... ... @@ -78,7 +78,7 @@
### 返回
json
``` json
{
"code": 200,
... ...