shish hace 3 años
padre
commit
c389b26f52
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      biz-hd/order/classes/OrderClass.php

+ 1 - 1
biz-hd/order/classes/OrderClass.php

@@ -483,7 +483,7 @@ class OrderClass extends BaseClass
         $key = $sjExtend['wxPayKey'] ?? '';
         $key = $sjExtend['wxPayKey'] ?? '';
 
 
         $input = new \WxPayCloseOrder();
         $input = new \WxPayCloseOrder();
-        $input->SetOut_refund_no($orderSn);
+        $input->SetOut_trade_no($orderSn);
 
 
         $config = new \WxPayConfig();
         $config = new \WxPayConfig();
         $config->SetAppId($appId);
         $config->SetAppId($appId);