zory il y a 3 semaines
Parent
commit
3bc600efb4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      app/controller/merchant/Order.php

+ 1 - 1
app/controller/merchant/Order.php

@@ -362,7 +362,7 @@ class Order extends Base
             ])->token()->refundOrderOp($order->toArray());
             echo getDateFull()."==={$order["order_sn"]}===手动发起退款\n";
             print_r($data);
-            if (empty($data['refund_id'])) return error("发起退款失败");
+            if (empty($data['refund_id'])) return error("发起退款失败,请联系管理员");
             $order->status = 3;
             $order->refund_at = getDateFull();
             $state = $order->save();