pay debug

feat/task1-c-wallet
devil_gong 2019-01-08 11:32:05 +08:00
parent ec0d5e4608
commit 12c6e46e8d
1 changed files with 1 additions and 5 deletions

View File

@ -176,7 +176,7 @@ class WeixinMini
private function PayHandleReturn($pay_params = [], $data = [])
{
$result = DataReturn('支付接口异常', -1);
switch($pay_params['sign_type'])
switch($pay_params['trade_type'])
{
// web支付
case 'NATIVE' :
@ -206,10 +206,6 @@ class WeixinMini
break;
}
print_r($pay_params);
print_r($data);
print_r($result);
die;
return $result;
}