From b610d72025a043521b685e0732602258e4487ebf Mon Sep 17 00:00:00 2001 From: Anyon Date: Wed, 10 May 2017 15:08:38 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0]=E4=BF=AE=E6=94=B9=E5=BE=AE?= =?UTF-8?q?=E4=BF=A1=E7=B2=89=E4=B8=9D=E5=8F=96=E6=B6=88=E5=85=B3=E6=B3=A8?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E5=90=8C=E6=AD=A5?= 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 726151c2d..64d3b2f58 100644 --- a/application/wechat/controller/Api.php +++ b/application/wechat/controller/Api.php @@ -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();