mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-07 06:15:29 +08:00
wx pay debug
This commit is contained in:
@ -291,6 +291,7 @@ class Weixin
|
||||
{
|
||||
$type_all['pc'] = $type_all['weixin'];
|
||||
}
|
||||
print_r($type_all);die;
|
||||
return isset($type_all[APPLICATION_CLIENT_TYPE]) ? $type_all[APPLICATION_CLIENT_TYPE] : '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user