|
...
|
...
|
@@ -120,7 +120,7 @@ class TicketUploadDataLogic extends BaseLogic |
|
|
|
$this->fail('当前数据不存在或已被删除');
|
|
|
|
}
|
|
|
|
$info = $this->getHandleFileImage($info);
|
|
|
|
$info['text']['cate'] = $this->cateText($info['type'],$info['text']['category_id'] ?? []);
|
|
|
|
// $info['text']['cate'] = $this->cateText($info['type'],$info['text']['category_id'] ?? []);
|
|
|
|
return $this->success($info);
|
|
|
|
}
|
|
|
|
|
...
|
...
|
|