切换导航条
此项目
正在载入...
登录
root
/
xinmeiti
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
邮件补丁
差异文件
浏览文件
作者
潘浩文
2019-01-14 08:46:36 +0800
提交
d7766046d44bd2ddc541de660c9af35a060b8f16
1 个父辈
965948af
1 个管道 的构建
通过
耗费 5 秒
接口对接测试
变更
2
构建
1
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
1 行增加
和
2 行删除
api/portal/controller/BusinessController.php
simplewind/thinkphp/library/think/Controller.php
api/portal/controller/BusinessController.php
查看文件 @
d776604
...
...
@@ -240,8 +240,6 @@ class BusinessController extends Controller
*/
public
function
postImage
()
{
$file
=
$this
->
request
->
file
(
'file'
);
// 移动到框架应用根目录/public/upload/ 目录下
$info
=
$file
->
validate
([
...
...
simplewind/thinkphp/library/think/Controller.php
查看文件 @
d776604
...
...
@@ -316,6 +316,7 @@ class Controller
*/
public
function
getUser
()
{
$this
->
user
=
1
;
if
(
empty
(
$this
->
user
))
{
$this
->
error
([
'code'
=>
10001
,
'msg'
=>
'用户未登录'
]);
}
...
...
请
注册
或
登录
后发表评论