shish 2 anni fa
parent
commit
9229fafe00

+ 2 - 2
app-ghs/controllers/TestController.php

@@ -224,8 +224,8 @@ class TestController extends BaseController
             'lklCertificatePath' => $lklCertificatePath,
             'lklCertificatePath' => $lklCertificatePath,
         ];
         ];
         $laResource = new Lakala($params);
         $laResource = new Lakala($params);
-        $orderSn = 'TK26350406';
-        $orderSn = 'TK26350407';
+        $orderSn = 'RD25404287';
+        $orderSn = 'RD25404288';
         $data = [
         $data = [
             'orderSn' => $orderSn,
             'orderSn' => $orderSn,
         ];
         ];

+ 0 - 2
common/components/lakala/Lakala.php

@@ -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,