作者 潘浩文
1 个管道 的构建 通过 耗费 1 秒

个人中心接口设计

... ... @@ -13,7 +13,7 @@ class RefundController extends RestBaseController
{
public function refund()
{
$order=Db::name('order')->where(['status'=>2,'start_time'=>['<',time()]])->find();
$order=Db::name('order')->where(['to_post_status'=>1,'start_time'=>['<',time()]])->find();
if ($order) {
//执行退款逻辑
$options = [
... ...