登录回传 用户标识

This commit is contained in:
wangw 2024-08-03 15:29:41 +08:00
parent cf2ac9755f
commit a1ebe64c20
1 changed files with 1 additions and 0 deletions

View File

@ -150,6 +150,7 @@ public class AuthorizationController {
put("user", jwtUserDto);
if (byAccount != null) {
put("shopId", byAccount.getId());
put("loginType", org.apache.commons.lang3.StringUtils.isNotBlank(authUser.getLoginType())?"merchant":authUser.getLoginType());
put("shopName", byAccount.getShopName());
put("logo", byAccount.getLogo());
}