mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修复微信API图文回复
This commit is contained in:
parent
4c26baf713
commit
fd2be21d6d
@ -169,7 +169,7 @@ class Api extends Controller {
|
||||
'Url' => url("@wechat/review", '', true, true) . "?content={$vo['id']}&type=article",
|
||||
];
|
||||
}
|
||||
return $this->wechat->news($newsdata)->reply();
|
||||
return $this->wechat->news($newsdata)->reply(false, true);
|
||||
}
|
||||
return 'success';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user