合并分支 'lyh-server' 到 'master'
变更数据 查看合并请求 !2879
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -125,7 +125,7 @@ class TicketUploadDataLogic extends BaseLogic | @@ -125,7 +125,7 @@ class TicketUploadDataLogic extends BaseLogic | ||
| 125 | $info['text']['cate_name'] = $this->cateText($info['type'],$info['text']['category_id'] ?? [],true); | 125 | $info['text']['cate_name'] = $this->cateText($info['type'],$info['text']['category_id'] ?? [],true); |
| 126 | $info = $this->getHandleFileImage($info); | 126 | $info = $this->getHandleFileImage($info); |
| 127 | DB::disconnect('custom_mysql'); | 127 | DB::disconnect('custom_mysql'); |
| 128 | - return $this->success(); | 128 | + return $this->success($info); |
| 129 | } | 129 | } |
| 130 | 130 | ||
| 131 | /** | 131 | /** |
-
请 注册 或 登录 后发表评论