作者 张关杰

Merge branch 'develop' of http://47.244.231.31:8099/zhl/globalso-v6 into bate

@@ -148,7 +148,7 @@ class VideoTask extends Command @@ -148,7 +148,7 @@ class VideoTask extends Command
148 ], 148 ],
149 'task_id' => $task_id, 149 'task_id' => $task_id,
150 'callback_url' => env('APP_URL') . '/api/video_task_callback', 150 'callback_url' => env('APP_URL') . '/api/video_task_callback',
151 - 'is_ytb'=>false //:todo 151 + 'is_ytb'=>false
152 ]; 152 ];
153 $result = Http::post('http://216.250.255.116:7866/create_task', $data); 153 $result = Http::post('http://216.250.255.116:7866/create_task', $data);
154 $res_json = json_decode($result,true); 154 $res_json = json_decode($result,true);
@@ -34,6 +34,7 @@ class CategoryController extends BaseController @@ -34,6 +34,7 @@ class CategoryController extends BaseController
34 { 34 {
35 $this->map = $this->searchParam(); 35 $this->map = $this->searchParam();
36 $filed = ['id', 'project_id', 'pid', 'title', 'image', 'route','keywords', 'describe', 'status','created_at','sort']; 36 $filed = ['id', 'project_id', 'pid', 'title', 'image', 'route','keywords', 'describe', 'status','created_at','sort'];
  37 + $this->map['deleted_at'] = null;
37 $list = $category->list($this->map,['sort','id'],$filed); 38 $list = $category->list($this->map,['sort','id'],$filed);
38 $data = []; 39 $data = [];
39 if(!empty($list)){ 40 if(!empty($list)){