修改上报

This commit is contained in:
2023-04-12 17:04:23 +08:00
parent f571b9d6ed
commit 4e3d6742a4
3 changed files with 32 additions and 31 deletions
-1
View File
@@ -250,7 +250,6 @@ class OrderProductService extends BaseService
$result = $WechatPay->refund($options);
// 处理订单退款状态
// 订单退款状态(0:无退款 1:申请退款 2:退款中 3:退款成功 4:拒绝退款 5:退款关闭)
// 商品订单退款状态(0:无退款 1:申请退款 2:退款中 3:退款成功 4:拒绝退款 5:退款关闭 6:退款异常)
$success_time = "";
if ($result['status'] == "SUCCESS") {