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