quguofeng 2 年之前
父节点
当前提交
a5f6d6694f
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/controller/api/store/order/StoreOrder.php

+ 0 - 1
app/controller/api/store/order/StoreOrder.php

@@ -146,7 +146,6 @@ class StoreOrder extends BaseController
         $where['uid'] = $this->request->uid();
         $where['paid'] = 1;
         $where['is_user'] = 1;
-        echo $this->request->uid();exit();
         return app('json')->success($this->repository->getList($where, $page, $limit));
     }