|
|
@@ -53,7 +53,7 @@ class Lakala
|
|
|
'notify_url' => $notifyUrl,
|
|
|
'order_efficient_time' => $orderEfficientTime,
|
|
|
//'busi_type_param' => $bus,
|
|
|
- 'counter_param' => 'ALIPAY',
|
|
|
+ 'counter_param' => json_encode(['pay_mode' => 'ALIPAY']),
|
|
|
];
|
|
|
$baseRequestVO = [
|
|
|
'req_data' => $arr,
|