作者 lyh

gx

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