quguofeng il y a 2 ans
Parent
commit
5a2670fee5
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app/controller/api/store/order/StoreOrder.php

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

@@ -146,6 +146,7 @@ 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));
     }