切换导航条
此项目
正在载入...
登录
何书鹏
/
recruit
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
何书鹏
4 years ago
提交
46f5466c51fe8dfd4be7e4061de61b9f278f19f1
1 个父辈
644ed522
1 个管道 的构建
通过
耗费 3 秒
api更新
变更
2
构建
2
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
4 行增加
和
4 行删除
application/api/controller/v2/User.php
public/api.html
application/api/controller/v2/User.php
查看文件 @
46f5466
...
...
@@ -901,7 +901,7 @@ class User extends Api
* @ApiParams (name="work_date", type="string", required=true, description="工作日期")
* @ApiParams (name="work_hours", type="string", required=true, description="工作时长")
* @ApiParams (name="work_price", type="string", required=true, description="工价")
* @ApiParams (name="work_type", type="string", required=true, description="班次")
* @ApiParams (name="work_type", type="string", required=true, description="班次
:1=白班,2=夜班,3=休班
")
* @ApiReturn ({
"code": 1,
"msg": "成功",
...
...
public/api.html
查看文件 @
46f5466
...
...
@@ -4016,7 +4016,7 @@
<td>
work_type
</td>
<td>
string
</td>
<td>
是
</td>
<td>
班次
</td>
<td>
班次
:1=白班,2=夜班,3=休班
</td>
</tr>
</tbody>
</table>
...
...
@@ -4061,7 +4061,7 @@
</div>
<div
class=
"form-group"
>
<label
class=
"control-label"
for=
"work_type"
>
work_type
</label>
<input
type=
"string"
class=
"form-control input-sm"
id=
"work_type"
required
placeholder=
"班次"
name=
"work_type"
>
<input
type=
"string"
class=
"form-control input-sm"
id=
"work_type"
required
placeholder=
"班次
:1=白班,2=夜班,3=休班
"
name=
"work_type"
>
</div>
<div
class=
"form-group"
>
<button
type=
"submit"
class=
"btn btn-success send"
rel=
"91"
>
提交
</button>
...
...
@@ -15546,7 +15546,7 @@
<div
class=
"row mt0 footer"
>
<div
class=
"col-md-6"
align=
"left"
>
Generated on 2021-02-03 16:
35:05
</div>
Generated on 2021-02-03 16:
59:33
</div>
<div
class=
"col-md-6"
align=
"right"
>
<a
href=
"./"
target=
"_blank"
>
My Website
</a>
</div>
...
...
请
注册
或
登录
后发表评论