|
|
@@ -86,7 +86,7 @@ class Lakala
|
|
|
$arr = [
|
|
|
'merchant_no' => $this->merchant_no,
|
|
|
'term_no' => $this->term_no,
|
|
|
- 'out_refund_order_no' => $orderSn
|
|
|
+ 'out_trade_no' => $orderSn
|
|
|
];
|
|
|
$baseRequestVO = [
|
|
|
'req_data' => $arr,
|
|
|
@@ -95,7 +95,7 @@ class Lakala
|
|
|
];
|
|
|
$body = json_encode($baseRequestVO, JSON_UNESCAPED_UNICODE);
|
|
|
$authorization = $this->getAuthorization($body);
|
|
|
- $url = 'https://s2.lakala.com/api/v3/labs/query/idmrefundquery';
|
|
|
+ $url = 'https://s2.lakala.com/api/v3/labs/query/tradequery';
|
|
|
return $this->post($url, $body, $authorization);
|
|
|
}
|
|
|
|