This commit is contained in:
richboo111
2022-08-22 10:41:45 +08:00
parent b49200b69b
commit 32fbf9491b
2 changed files with 3 additions and 0 deletions

View File

@@ -343,6 +343,7 @@ func (c *Auth2Controller) AddAuthBindWithMobile() {
if err != nil {
return retVal, "", err
}
globals.SugarLogger.Debug("打印newAuthInfo==============", newAuthInfo)
err = auth2.AddAuthBindWithMobile(newAuthInfo, params.Mobile)
return retVal, "", err
})