作者 lyh

gx ai视频

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