切换导航条
此项目
正在载入...
登录
郭盛
/
areial
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
郭盛
5 years ago
提交
36b1853647b1ba2b0237bc6ab53d0299edcbb6f2
1 个父辈
17fd200c
1 个管道 的构建
通过
耗费 1 秒
修改接口
变更
2
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
4 行增加
和
4 行删除
application/api/controller/User.php
public/api.html
application/api/controller/User.php
查看文件 @
36b1853
...
...
@@ -976,7 +976,7 @@ class User extends Api
* @ApiTitle (是否购买过)
* @ApiSummary (是否购买过)
* @ApiMethod (POST)
* @ApiRoute (/api/user/
videodetail
)
* @ApiRoute (/api/user/
is_buy
)
* @ApiHeaders (name=token, type=string, required=true, description="请求的Token")
*
* @ApiParams (name="video_id", type="inter", required=true, description="视频ID")
...
...
public/api.html
查看文件 @
36b1853
...
...
@@ -7014,7 +7014,7 @@
<div
class=
"panel-heading"
id=
"heading-30"
>
<h4
class=
"panel-title"
>
<span
class=
"label label-primary"
>
POST
</span>
<a
data-toggle=
"collapse"
data-parent=
"#accordion30"
href=
"#collapseOne30"
>
是否购买过
<span
class=
"text-muted"
>
/api/user/
videodetail
</span></a>
<a
data-toggle=
"collapse"
data-parent=
"#accordion30"
href=
"#collapseOne30"
>
是否购买过
<span
class=
"text-muted"
>
/api/user/
is_buy
</span></a>
</h4>
</div>
<div
id=
"collapseOne30"
class=
"panel-collapse collapse"
>
...
...
@@ -7109,7 +7109,7 @@
<div
class=
"panel panel-default"
>
<div
class=
"panel-heading"
><strong>
参数
</strong></div>
<div
class=
"panel-body"
>
<form
enctype=
"application/x-www-form-urlencoded"
role=
"form"
action=
"/api/user/
videodetail
"
method=
"POST"
name=
"form30"
id=
"form30"
>
<form
enctype=
"application/x-www-form-urlencoded"
role=
"form"
action=
"/api/user/
is_buy
"
method=
"POST"
name=
"form30"
id=
"form30"
>
<div
class=
"form-group"
>
<label
class=
"control-label"
for=
"video_id"
>
video_id
</label>
<input
type=
"inter"
class=
"form-control input-sm"
id=
"video_id"
required
placeholder=
"视频ID"
name=
"video_id"
>
...
...
@@ -8118,7 +8118,7 @@
<div
class=
"row mt0 footer"
>
<div
class=
"col-md-6"
align=
"left"
>
Generated on 2020-08-12 19:0
4
:21
</div>
Generated on 2020-08-12 19:0
8
:21
</div>
<div
class=
"col-md-6"
align=
"right"
>
<a
href=
"https://www.fastadmin.net"
target=
"_blank"
>
FastAdmin
</a>
</div>
...
...
请
注册
或
登录
后发表评论