quguofeng 2 năm trước cách đây
mục cha
commit
a5f6d6694f
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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));
     }