|
|
@ -45,7 +45,6 @@ func Login(username string, password string, ip string) (bool, string, string, s
|
|
|
|
return false, "", "", "", -1, ""
|
|
|
|
return false, "", "", "", -1, ""
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
//调用dao层的方法,组合成service方法层
|
|
|
|
//调用dao层的方法,组合成service方法层
|
|
|
|
result, identityId, personId, personName, remainCount, wxOpenId := DaoSysLoginPerson.Login(username, password, ip)
|
|
|
|
result, identityId, personId, personName, remainCount, wxOpenId := DaoSysLoginPerson.Login(username, password, ip)
|
|
|
|
return result, identityId, personId, personName, remainCount, wxOpenId
|
|
|
|
return result, identityId, personId, personName, remainCount, wxOpenId
|
|
|
|