正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论