切换导航条
此项目
正在载入...
登录
景龙
/
feipin
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
景龙
6 years ago
提交
93978791441815642adf85857b51dd94df3cfe2f
1 个父辈
594cdfdf
master
1 个管道 的构建
失败
耗费 0 秒
修改银行卡注释
变更
2
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
47 行增加
和
6 行删除
application/api/controller/Person.php
public/api.html
application/api/controller/Person.php
查看文件 @
9397879
...
...
@@ -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": "修改成功",
...
...
public/api.html
查看文件 @
9397879
...
...
@@ -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:4
1:41
</div>
Generated on 2019-04-19 13:4
7:36
</div>
<div
class=
"col-md-6"
align=
"right"
>
<a
href=
"https://www.fastadmin.net"
target=
"_blank"
>
FastAdmin
</a>
</div>
...
...
请
注册
或
登录
后发表评论