From 29d05def1959a27c31e9f2557ba42a905322d514 Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 19 Mar 2018 14:38:32 +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=E6=A8=A1=E5=BC=8F=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/wechat/view/config/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/wechat/view/config/index.html b/application/wechat/view/config/index.html index f8bb15a59..4f99c4d5b 100644 --- a/application/wechat/view/config/index.html +++ b/application/wechat/view/config/index.html @@ -8,7 +8,7 @@
{php} $wechat_type=sysconf('wechat_type')?sysconf('wechat_type'):'api'; - $wechat_type=request()->get('appkey')?'thr':'api'; + $wechat_type=request()->get('appkey')?'thr':$wechat_type; {/php} {foreach ['api'=>'普通接口参数','thr'=>'第三方授权对接'] as $k=>$v}