|
...
|
...
|
@@ -242,6 +242,7 @@ class TicketUploadDataLogic extends BaseLogic |
|
|
|
'name' => $info['text']['title'],
|
|
|
|
'image'=>$info['text']['image'],
|
|
|
|
'text'=>$info['text']['remark'],
|
|
|
|
'remark'=>$info['text']['intro'] ?? '',
|
|
|
|
'category_id'=>$category_id ?? '',
|
|
|
|
'status'=>1,
|
|
|
|
];
|
|
...
|
...
|
@@ -276,6 +277,7 @@ class TicketUploadDataLogic extends BaseLogic |
|
|
|
'name' => $info['text']['title'],
|
|
|
|
'image'=>$info['text']['image'],
|
|
|
|
'text'=>$info['text']['remark'],
|
|
|
|
'remark'=>$info['text']['intro'] ?? '',
|
|
|
|
'category_id'=>$category_id ?? '',
|
|
|
|
'status'=>1,
|
|
|
|
];
|
...
|
...
|
|