|
@@ -141,6 +141,9 @@ func (l *Login) Login() error {
|
|
return returnStatus
|
|
return returnStatus
|
|
} else if reqType == "sendIdentCode" {
|
|
} else if reqType == "sendIdentCode" {
|
|
phone := jy.CheckSendMsg(l.GetString("token"))
|
|
phone := jy.CheckSendMsg(l.GetString("token"))
|
|
|
|
+ if phone == "" {
|
|
|
|
+ phone = l.GetString("phone")
|
|
|
|
+ }
|
|
//手机号验证不通过
|
|
//手机号验证不通过
|
|
if phone == "" {
|
|
if phone == "" {
|
|
return -2
|
|
return -2
|