作者 景龙
1 个管道 的构建 失败 耗费 0 秒

修改银行卡注释

... ... @@ -214,7 +214,7 @@ class Person extends Api
* @ApiRoute (/api/person/bindBank)
* @ApiHeaders (name=token, type=string, required=true, description="请求的Token")
* @ApiParams (name="bank_num", type="integer", required=true, description="银行卡号")
* @ApiParams (name="open_bank", type="string", required=true, description="开行")
* @ApiParams (name="open_bank", type="string", required=true, description="开行")
* @ApiReturn ({
"code": 1,
"msg": "保存成功",
... ... @@ -284,6 +284,9 @@ class Person extends Api
* @ApiMethod (POST)
* @ApiRoute (/api/person/updateBank)
* @ApiHeaders (name=token, type=string, required=true, description="请求的Token")
* @ApiParams (name="id", type="integer", required=true, description="银行卡id")
* @ApiParams (name="bank_num", type="integer", required=true, description="银行卡号")
* @ApiParams (name="open_bank", type="string", required=true, description="开户行")
* @ApiReturn ({
"code": 1,
"msg": "修改成功",
... ...
... ... @@ -6060,7 +6060,7 @@
<td>open_bank</td>
<td>string</td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody>
</table>
... ... @@ -6097,7 +6097,7 @@
</div>
<div class="form-group">
<label class="control-label" for="open_bank">open_bank</label>
<input type="string" class="form-control input-sm" id="open_bank" required placeholder="开行" name="open_bank">
<input type="string" class="form-control input-sm" id="open_bank" required placeholder="开行" name="open_bank">
</div>
<div class="form-group">
<button type="submit" class="btn btn-success send" rel="42">提交</button>
... ... @@ -6324,7 +6324,36 @@
<div class="panel panel-default">
<div class="panel-heading"><strong>参数</strong></div>
<div class="panel-body">
<table class="table table-hover">
<thead>
<tr>
<th>名称</th>
<th>类型</th>
<th>必选</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>integer</td>
<td></td>
<td>银行卡id</td>
</tr>
<tr>
<td>bank_num</td>
<td>integer</td>
<td></td>
<td>银行卡号</td>
</tr>
<tr>
<td>open_bank</td>
<td>string</td>
<td></td>
<td>开户行</td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="panel panel-default">
... ... @@ -6353,7 +6382,16 @@
<div class="panel-body">
<form enctype="application/x-www-form-urlencoded" role="form" action="/api/person/updateBank" method="POST" name="form44" id="form44">
<div class="form-group">
<label class="control-label" for="id">id</label>
<input type="integer" class="form-control input-sm" id="id" required placeholder="银行卡id" name="id">
</div>
<div class="form-group">
<label class="control-label" for="bank_num">bank_num</label>
<input type="integer" class="form-control input-sm" id="bank_num" required placeholder="银行卡号" name="bank_num">
</div>
<div class="form-group">
<label class="control-label" for="open_bank">open_bank</label>
<input type="string" class="form-control input-sm" id="open_bank" required placeholder="开户行" name="open_bank">
</div>
<div class="form-group">
<button type="submit" class="btn btn-success send" rel="44">提交</button>
... ... @@ -12572,7 +12610,7 @@
<div class="row mt0 footer">
<div class="col-md-6" align="left">
Generated on 2019-04-19 13:41:41 </div>
Generated on 2019-04-19 13:47:36 </div>
<div class="col-md-6" align="right">
<a href="https://www.fastadmin.net" target="_blank">FastAdmin</a>
</div>
... ...