|
...
|
...
|
@@ -77,7 +77,7 @@ class AiBlogService |
|
|
|
'type'=>$type,
|
|
|
|
'subtype'=>$subtype,
|
|
|
|
];
|
|
|
|
$param['anchor'] = json_encode($anchor,true);
|
|
|
|
$param['anchor'] = $anchor;
|
|
|
|
$param['url'] = $this->route;
|
|
|
|
$param['mch_id'] = $this->mch_id;
|
|
|
|
$param['template_id'] = 1;
|
...
|
...
|
|