pay debug

feat/task1-c-wallet
devil_gong 2019-01-07 14:31:11 +08:00
parent 8a7d829265
commit 10c7d26102
1 changed files with 2 additions and 0 deletions

View File

@ -242,6 +242,8 @@ class WeixinMini
{
if($k != 'sign') $sign .= "$k=$v&";
}
echo $sign.'key='.$this->config['key'];die;
return strtoupper(md5($sign.'key='.$this->config['key']));
}