userinfo 接口返回明细修改
This commit is contained in:
@ -75,7 +75,7 @@ public class UserController extends BaseController {
|
||||
|
||||
//update count
|
||||
yxUserService.setUserSpreadCount(uid);
|
||||
return ApiResult.ok(yxUserService.getYxUserById(uid));
|
||||
return ApiResult.ok(yxUserService.getNewYxUserById(uid));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user