mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
[更新]修改微信模式兼容
This commit is contained in:
parent
1cf5c34f52
commit
29d05def19
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user