修改上报
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user