正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -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 | } |
-
请 注册 或 登录 后发表评论