|
...
|
...
|
@@ -40,7 +40,7 @@ class TestController extends BaseController |
|
|
|
$aiBlogService = new AiBlogService();
|
|
|
|
$aiBlogService->mch_id = '100008';
|
|
|
|
$aiBlogService->key = '8a9c925bdcca';
|
|
|
|
$result = $aiBlogService->createTask('v6-演示项目','en');
|
|
|
|
$result = $aiBlogService->createTask('apple');
|
|
|
|
$this->response('success',Code::SUCCESS,$result);
|
|
|
|
}
|
|
|
|
} |
...
|
...
|
|