diff --git a/application/wechat/controller/Api.php b/application/wechat/controller/Api.php index c669a7b1a..da362a818 100644 --- a/application/wechat/controller/Api.php +++ b/application/wechat/controller/Api.php @@ -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'; }