wx pay debug

feat/task1-c-wallet
devil_gong 2019-05-24 18:08:47 +08:00
parent 54e9eb0f94
commit b0d3986621
1 changed files with 1 additions and 0 deletions

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