mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 06:15:29 +08:00
支付宝小程序在线客服
This commit is contained in:
@ -449,6 +449,13 @@ class User extends Common
|
||||
'common_app_is_head_vice_nav' => (int) MyC('common_app_is_head_vice_nav', 0),
|
||||
);
|
||||
|
||||
// 支付宝小程序在线客服
|
||||
if(APPLICATION_CLIENT_TYPE == 'alipay')
|
||||
{
|
||||
$result['common_app_mini_alipay_tnt_inst_id'] = MyC('common_app_mini_alipay_tnt_inst_id', null, true);
|
||||
$result['common_app_mini_alipay_scene'] = MyC('common_app_mini_alipay_scene', null, true);
|
||||
}
|
||||
|
||||
// 返回数据
|
||||
return DataReturn('success', 0, $result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user