|
|
@@ -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();
|