提交 d6b42fa9 编写于 作者: D devil_gong

wx pay debug

上级 9de838aa
......@@ -288,10 +288,10 @@ class Weixin
// 微信中打开
$user_agent = isset($_SERVER['HTTP_USER_AGENT']) ? $_SERVER['HTTP_USER_AGENT'] : '';
if(!empty($user_agent) && strpos($user_agent, 'MicroMessenger') !== false)
{
$type_all['pc'] = $type_all['weixin'];
}
// if(!empty($user_agent) && strpos($user_agent, 'MicroMessenger') !== false)
// {
// $type_all['pc'] = $type_all['weixin'];
// }
return isset($type_all[APPLICATION_CLIENT_TYPE]) ? $type_all[APPLICATION_CLIENT_TYPE] : '';
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册