shish 2 years ago
parent
commit
c15f49d382
1 changed files with 3 additions and 3 deletions
  1. 3 3
      app-ghs/controllers/TestController.php

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

@@ -44,7 +44,7 @@ class TestController extends BaseController
             'lklCertificatePath' => $lklCertificatePath,
         ];
         $laResource = new Lakala($params);
-        $refundReason = '';
+        $refundReason = '暂无';
         $refundOrderSn = orderSn::getCgRefundSn();
         $refundPrice = 0.01;
         $refundFee = bcmul($refundPrice, 100);
@@ -58,8 +58,8 @@ class TestController extends BaseController
             'originTradeNo' => $originTradeNo,
         ];
         $response = $laResource->refund($aliParams);
-        echo '<pre>';
-        print_r($response);
+        //echo '<pre>';
+        //print_r($response);
     }
 
     public function actionApply()