调试微信登录
This commit is contained in:
parent
88f58f2be3
commit
11aac78bdf
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue