|
@@ -87,7 +87,8 @@ class Lakala
|
|
|
$arr = [
|
|
$arr = [
|
|
|
'merchant_no' => $this->merchant_no,
|
|
'merchant_no' => $this->merchant_no,
|
|
|
'term_no' => $this->term_no,
|
|
'term_no' => $this->term_no,
|
|
|
- 'out_trade_no' => $orderSn
|
|
|
|
|
|
|
+ //'out_trade_no' => $orderSn,
|
|
|
|
|
+ 'trade_no' => $orderSn,
|
|
|
];
|
|
];
|
|
|
$baseRequestVO = [
|
|
$baseRequestVO = [
|
|
|
'req_data' => $arr,
|
|
'req_data' => $arr,
|