|
...
|
...
|
@@ -28,6 +28,7 @@ use App\Models\Project\Project; |
|
|
|
use App\Models\Project\ProjectAiSetting;
|
|
|
|
use App\Models\RouteMap\RouteMap;
|
|
|
|
use App\Services\AiBlogService;
|
|
|
|
use App\Services\AiVideoService;
|
|
|
|
use App\Services\RapIdApIService;
|
|
|
|
use App\Services\ProjectServer;
|
|
|
|
use Illuminate\Support\Facades\DB;
|
|
...
|
...
|
@@ -42,8 +43,8 @@ class TestController extends BaseController |
|
|
|
* @time :2025/2/13 16:34
|
|
|
|
*/
|
|
|
|
public function ceshi(){
|
|
|
|
//获取上一周询盘数量
|
|
|
|
$transData = Translate::tran(['heidenhain programming','heidenhain tnc 620'], 'zh');
|
|
|
|
$this->response('success',Code::SUCCESS,$transData);
|
|
|
|
$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);
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|