diff --git a/service/Application/Api/Controller/OrderController.class.php b/service/Application/Api/Controller/OrderController.class.php index 1d5c184e1223cf7e0013cb4da11c729bd83a0704..3b5d8259154d4614fad294d201f3349a0c1efe83 100755 --- a/service/Application/Api/Controller/OrderController.class.php +++ b/service/Application/Api/Controller/OrderController.class.php @@ -45,6 +45,10 @@ class OrderController extends CommonController */ public function Index() { + // 参数 + $params = $this->data_post['page']; + $params['user'] = $this->user; + // 分页 $number = 10; $page = max(1, isset($this->data_post['page']) ? intval($this->data_post['page']) : 1);