调试微信登录

This commit is contained in:
TinyAnts 2022-09-16 14:48:00 +08:00
parent 88f58f2be3
commit 11aac78bdf
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ public class LoginServiceImpl implements ILoginService {
.eq("unionid", unionId)
).last("limit 1"));
log.error("有接口公共");
log.error(userAuth);
log.error(String.valueOf(userAuth));
User user = null;
Integer userId;
if (StringUtil.isNotNull(userAuth)) {