소스 검색

'0827-c01'

zory 3 주 전
부모
커밋
3bc600efb4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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();