[更新]修改微信模式兼容

This commit is contained in:
Anyon 2018-03-19 14:38:32 +08:00
parent 1cf5c34f52
commit 29d05def19

View File

@ -8,7 +8,7 @@
<div class="col-sm-8">
{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}
<label class="think-radio">