|
|
@ -115,6 +115,7 @@ public class PlatformTeamAccountServiceImpl extends ServiceImpl<PlatformTeamAcco |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
data.put("sessionKey", sessionKeyOrOpenId); |
|
|
|
data.put("sessionKey", sessionKeyOrOpenId); |
|
|
|
|
|
|
|
data.put("openId", openid); |
|
|
|
return data; |
|
|
|
return data; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -206,6 +207,7 @@ public class PlatformTeamAccountServiceImpl extends ServiceImpl<PlatformTeamAcco |
|
|
|
|
|
|
|
|
|
|
|
// 注册成功返回token
|
|
|
|
// 注册成功返回token
|
|
|
|
data.put("token", JwtUtils.getJwtToken(accountId)); |
|
|
|
data.put("token", JwtUtils.getJwtToken(accountId)); |
|
|
|
|
|
|
|
data.put("openId", appletCallbackReq.getOpenId()); |
|
|
|
return R.ok().put("data",data); |
|
|
|
return R.ok().put("data",data); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|