作者 lyh

gx

@@ -69,7 +69,7 @@ class AiBlogService @@ -69,7 +69,7 @@ class AiBlogService
69 * @time :2025/2/13 14:39 69 * @time :2025/2/13 14:39
70 * @param :type=(1作者2文章) keyword=关键词 subtype=blog url=回调url 70 * @param :type=(1作者2文章) keyword=关键词 subtype=blog url=回调url
71 */ 71 */
72 - public function createTask($keyword,$type = 1,$subtype = 'Blog',$template_id = 1){ 72 + public function createTask($keyword,$type = 2,$subtype = 'Blog',$template_id = 1){
73 $request_url = $this->url.'api/task/create'; 73 $request_url = $this->url.'api/task/create';
74 $param = [ 74 $param = [
75 'mch_id'=>$this->mch_id, 75 'mch_id'=>$this->mch_id,