合并分支 'lyh-server' 到 'master'
变更数据 查看合并请求 !3200
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -104,6 +104,6 @@ class Project5CateController extends BaseController | @@ -104,6 +104,6 @@ class Project5CateController extends BaseController | ||
| 104 | if($data && $data['status'] == 200){ | 104 | if($data && $data['status'] == 200){ |
| 105 | $this->response('success'); | 105 | $this->response('success'); |
| 106 | } | 106 | } |
| 107 | - $this->response('请求失败',Code::SYSTEM_ERROR); | 107 | + $this->response('请求失败',Code::SYSTEM_ERROR,$data); |
| 108 | } | 108 | } |
| 109 | } | 109 | } |
-
请 注册 或 登录 后发表评论