wx pay debug

This commit is contained in:
devil_gong
2019-05-24 18:08:47 +08:00
parent 54e9eb0f94
commit b0d3986621

View File

@ -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] : '';
}