Explorar el Código

Wesmiler 校企小程序 更新 6.23

wesmiler hace 3 años
padre
commit
5638106826
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/api/controller/Imchat.php

+ 1 - 1
app/api/controller/Imchat.php

@@ -21,7 +21,7 @@ class Imchat extends Controller
     {
         // 获取列表数据
         $model = new ImchatModel;
-        $pageSize = $this->request->param('pageSize', 15);
+        $pageSize = $this->request->param('pageSize', 10);
         $list = $model->getList($this->request->param(), $pageSize);
         return $this->renderSuccess(compact('list'));
     }