|
...
|
...
|
@@ -41,7 +41,7 @@ class AiVideoLogic extends BaseLogic |
|
|
|
try {
|
|
|
|
$this->param['route'] = RouteMap::setRoute($this->param['route'], RouteMap::SOURCE_AI_VIDEO, $this->param['id'], $this->user['project_id']);
|
|
|
|
$anchor = $this->param['anchor'] ?? [];
|
|
|
|
$this->param['anchor'] = json_encode($this->param['anchor'],true);
|
|
|
|
$this->param['anchor'] = json_encode($anchor,true);
|
|
|
|
$this->param['images'] = json_encode($this->param['images'],true);
|
|
|
|
$this->model->edit($this->param,['id'=>$this->param['id']]);
|
|
|
|
$aiVideoService = new AiVideoService($this->user['project_id']);
|
...
|
...
|
|