|
@@ -83,8 +83,6 @@ class Lakala
|
|
|
public function refundQuery($params)
|
|
public function refundQuery($params)
|
|
|
{
|
|
{
|
|
|
$orderSn = $params['orderSn'];
|
|
$orderSn = $params['orderSn'];
|
|
|
- $ip = $this->getClientIp();
|
|
|
|
|
- $location_info = ['request_ip' => $ip];
|
|
|
|
|
$arr = [
|
|
$arr = [
|
|
|
'merchant_no' => $this->merchant_no,
|
|
'merchant_no' => $this->merchant_no,
|
|
|
'term_no' => $this->term_no,
|
|
'term_no' => $this->term_no,
|