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}