作者 何书鹏
1 个管道 的构建 通过 耗费 0 秒

完善提示信息

@@ -282,7 +282,7 @@ class Order extends Api @@ -282,7 +282,7 @@ class Order extends Api
282 $this->error($this->model->getError()); 282 $this->error($this->model->getError());
283 } 283 }
284 if ($order->toRefund($post)) { 284 if ($order->toRefund($post)) {
285 - $this->success(__('申请退款成功')); 285 + $this->success(__('申请退款成功,请耐心等待'));
286 } 286 }
287 $this->error($order->getError()); 287 $this->error($order->getError());
288 } 288 }
@@ -340,7 +340,7 @@ class Order extends Api @@ -340,7 +340,7 @@ class Order extends Api
340 $this->error($this->model->getError()); 340 $this->error($this->model->getError());
341 } 341 }
342 if ($order->returnGoods($post)) { 342 if ($order->returnGoods($post)) {
343 - $this->success(__('成功')); 343 + $this->success(__('申请退货成功,请耐心等待'));
344 } 344 }
345 $this->error($order->getError()); 345 $this->error($order->getError());
346 } 346 }