支持没有景区登录

This commit is contained in:
2025-07-26 01:45:11 +08:00
parent c72d598d4a
commit 74a8953c8f
2 changed files with 8 additions and 2 deletions

View File

@@ -126,6 +126,7 @@ public class AppMemberServiceImpl implements AppMemberService {
String jwt = jwtTokenUtil.generateToken(jwtInfo);
Map<String, Object> resMap = new HashMap<>();
resMap.put("token", jwt);
resMap.put("scenicId", scenicId);
resMap.put("user", memberRespVO);
return ApiResponse.success(resMap);