修改小程序登录逻辑
This commit is contained in:
@@ -58,7 +58,11 @@ public interface IAppUserService
|
||||
|
||||
public AppUser getPhone(String phone);
|
||||
|
||||
AppUser selectByOpenid(String openid);
|
||||
public AppUser getPhoneAndNoRole(String phone);
|
||||
|
||||
public AppUser getPhoneAndUserType(String phone,String userType);
|
||||
|
||||
AppUser selectByOpenid(String openid,String userType);
|
||||
|
||||
public AppUser registerAppUser(RegisterBody registerBody);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user