mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信粉丝取消关注状态同步
This commit is contained in:
parent
51d313d57c
commit
b610d72025
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user