|
|
@@ -48,7 +48,8 @@ public class UserBrowseApiController {
|
|
|
public MessageResult<Map> pagedLoad( @RequestParam(value="pageIndex",defaultValue="1") int pageIndex,
|
|
|
@RequestParam(value="pageSize",defaultValue="20") int pageSize,
|
|
|
@RequestParam(value="type",defaultValue="0") int type,
|
|
|
- @RequestAttribute String subject){
|
|
|
+ @RequestAttribute String subject,
|
|
|
+ String token){
|
|
|
try{
|
|
|
List<Sort> sortList = new ArrayList<>();
|
|
|
|