[更新]修改微信粉丝取消关注状态同步

This commit is contained in:
Anyon 2017-05-10 15:08:38 +08:00
parent 51d313d57c
commit b610d72025

View File

@ -136,7 +136,7 @@ class Api extends Controller {
'Title' => $vo['title'],
'Description' => $vo['digest'],
'PicUrl' => $vo['local_url'],
'Url' => url("@wechat/review/index", '', true, true) . "?content={$vo['id']}&type=article",
'Url' => url("@wechat/review", '', true, true) . "?content={$vo['id']}&type=article",
];
}
return $this->wechat->news($newsdata)->reply();