From fd2be21d6dbe9fd9ea6b30ef8ae21428817b2570 Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 24 May 2017 16:19:04 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E5=A4=8D=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1API=E5=9B=BE=E6=96=87=E5=9B=9E=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/controller/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; }