userinfo 接口返回明细修改

This commit is contained in:
hupeng
2020-04-28 16:56:05 +08:00
parent b22fbcc9ee
commit 1a6e7b0887

View File

@ -75,7 +75,7 @@ public class UserController extends BaseController {
//update count //update count
yxUserService.setUserSpreadCount(uid); yxUserService.setUserSpreadCount(uid);
return ApiResult.ok(yxUserService.getYxUserById(uid)); return ApiResult.ok(yxUserService.getNewYxUserById(uid));
} }
/** /**