作者 lyh

gx ai视频

@@ -43,7 +43,7 @@ class TestController extends BaseController @@ -43,7 +43,7 @@ class TestController extends BaseController
43 * @time :2025/2/13 16:34 43 * @time :2025/2/13 16:34
44 */ 44 */
45 public function ceshi(){ 45 public function ceshi(){
46 - $aiVideoService = new AiVideoService($this->user['project_id']); 46 + $aiVideoService = new AiVideoService(467);
47 $result = $aiVideoService->createTask($this->param['title'],$this->param['description'],$this->param['images'],$this->param['anchor'] ?? []); 47 $result = $aiVideoService->createTask($this->param['title'],$this->param['description'],$this->param['images'],$this->param['anchor'] ?? []);
48 $this->response('success',Code::SUCCESS,$result); 48 $this->response('success',Code::SUCCESS,$result);
49 } 49 }