正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -77,7 +77,7 @@ class AiBlogService | @@ -77,7 +77,7 @@ class AiBlogService | ||
| 77 | 'type'=>$type, | 77 | 'type'=>$type, |
| 78 | 'subtype'=>$subtype, | 78 | 'subtype'=>$subtype, |
| 79 | ]; | 79 | ]; |
| 80 | - $param['anchor'] = json_encode($anchor,true); | 80 | + $param['anchor'] = $anchor; |
| 81 | $param['url'] = $this->route; | 81 | $param['url'] = $this->route; |
| 82 | $param['mch_id'] = $this->mch_id; | 82 | $param['mch_id'] = $this->mch_id; |
| 83 | $param['template_id'] = 1; | 83 | $param['template_id'] = 1; |
-
请 注册 或 登录 后发表评论