|
@@ -81,6 +81,7 @@ class MobileController extends UserApi
|
|
|
*/
|
|
|
public function list(){
|
|
|
$data=input();
|
|
|
+ $chanId=getChanId();
|
|
|
$this->validate($data,[
|
|
|
'keyword'=>['max:11'],
|
|
|
'num_max'=>['integer','between:0,9'],
|
|
@@ -182,6 +183,7 @@ class MobileController extends UserApi
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+
|
|
|
$list=$model->paginate(input('limit',15));
|
|
|
$this->success('',$list);
|
|
|
}
|