Showing
1 changed file
with
4 additions
and
4 deletions
@@ -10,9 +10,9 @@ | @@ -10,9 +10,9 @@ | ||
10 | ------------------------- | 10 | ------------------------- |
11 | |属性名称|类型|例子|说明|是否必填|长度限制| | 11 | |属性名称|类型|例子|说明|是否必填|长度限制| |
12 | |--------|----|----|----|----|----| | 12 | |--------|----|----|----|----|----| |
13 | -|status|Integer|1|状态||1-2| | ||
14 | -|condNum|int|2|||1-1| | ||
15 | -|condContent|String|xx|查询内容||1-128| | 13 | +|status|Integer|1|状态|否|0-2| |
14 | +|condNum|int|2||否|0-1| | ||
15 | +|condContent|String|xx|查询内容|否|0-128| | ||
16 | 16 | ||
17 | 17 | ||
18 | 18 | ||
@@ -78,7 +78,7 @@ | @@ -78,7 +78,7 @@ | ||
78 | 78 | ||
79 | ### 返回 | 79 | ### 返回 |
80 | 80 | ||
81 | - json | 81 | + ``` json |
82 | 82 | ||
83 | { | 83 | { |
84 | "code": 200, | 84 | "code": 200, |
-
Please register or login to post a comment