|
|
|
@ -104,7 +104,7 @@ class dalianpay{ |
|
|
|
// 'body'=>'订单标题', |
|
|
|
'branchno'=>'401', |
|
|
|
'cusid'=>'100018380507D2C', |
|
|
|
// 'notify_url'=>'https://shop.heavenk.com/mobile/wxnotify.php', |
|
|
|
'notify_url'=>'https://shop.heavenk.com/mobile/wxnotify.php', |
|
|
|
'orgid'=>'100018380507D2C', |
|
|
|
'paytype'=>'A01', |
|
|
|
'producp'=>'JX0002', |
|
|
|
@ -134,6 +134,9 @@ class dalianpay{ |
|
|
|
// echo "[sign]: {$sign}"; |
|
|
|
|
|
|
|
// 加密交易报文 |
|
|
|
echo "\r\n"; |
|
|
|
var_dump($trade_data); |
|
|
|
echo "\r\n"; |
|
|
|
$crypted_trade_data = $Base->Crypt->encryptTradeData($trade_data); |
|
|
|
// echo $crypted_trade_data . "\r\n"; |
|
|
|
if($crypted_trade_data === false) |
|
|
|
|