...
|
...
|
@@ -3,11 +3,10 @@ |
|
|
|
|
|
**请求参数**
|
|
|
|
|
|
<table>
|
|
|
<tr><th>参数名称</th><th>参数类型</th><th>可否为空</th><th>示例</th><th>默认值</th><th>备注</th></tr>
|
|
|
<tr><td>brand_type</td><td>byte</td><td>否</td><td>1</td><td></td><td>品牌类别</td></tr>
|
|
|
<tr><td>gender</td><td>int</td><td>是</td><td>1</td><td>1</td><td>性别</td></tr>
|
|
|
</table>
|
|
|
| 参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
|
|
|
| -----|:----:| ----:|
|
|
|
| brand_type | byte | 否 |1 |- |品牌类别 |
|
|
|
| gender | int | 是 | 1 |1 |性别 |
|
|
|
|
|
|
**实现逻辑:**
|
|
|
|
...
|
...
|
|