wx pay debug

feat/task1-c-wallet
devil_gong 2019-05-24 18:09:56 +08:00
parent b0d3986621
commit 39e567a064
1 changed files with 3 additions and 1 deletions

View File

@ -259,6 +259,8 @@ class Weixin
'attach' => empty($params['attach']) ? $params['site_name'].'-'.$params['name'] : $params['attach'],
'sign_type' => 'MD5',
];
print_r($data);die;
$data['sign'] = $this->GetSign($data);
return DataReturn('success', 0, $data);
}
@ -291,7 +293,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] : '';
}