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

完善提示信息

... ... @@ -282,7 +282,7 @@ class Order extends Api
$this->error($this->model->getError());
}
if ($order->toRefund($post)) {
$this->success(__('申请退款成功'));
$this->success(__('申请退款成功,请耐心等待'));
}
$this->error($order->getError());
}
... ... @@ -340,7 +340,7 @@ class Order extends Api
$this->error($this->model->getError());
}
if ($order->returnGoods($post)) {
$this->success(__('成功'));
$this->success(__('申请退货成功,请耐心等待'));
}
$this->error($order->getError());
}
... ...