wxpay debug

feat/task1-c-wallet
gongfuxiang 2019-06-01 14:57:35 +08:00
parent cb9cc3e6f7
commit 32bd37303f
1 changed files with 0 additions and 1 deletions

View File

@ -496,7 +496,6 @@ class Weixin
'nonce_str' => md5(time().rand().$params['order_no']),
'sign_type' => 'MD5',
'transaction_id' => $params['trade_no'],
'out_trade_no' => $params['order_no'],
'out_refund_no' => $params['order_no'].GetNumberCode(6),
'total_fee' => intval($params['pay_price']*100),
'refund_fee' => intval($params['refund_price']*100),