- authType userID2 to userid2

This commit is contained in:
gazebo
2019-03-05 12:06:24 +08:00
parent 5d0b5ec360
commit 8a1425c4d0
4 changed files with 12 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ func (c *Auth2Controller) SendVerifyCode() {
// @Param authType formData string true "登录类型,当前支持[localpass本地账号密码mobile手机短信weixin:微信登录weixinsns微信公众号登录weixinmini小程序登录]"
// @Param authSecret formData string true "不同登录类型的登录秘密如果是localpass登录类型是md5后的值空串不要md5"
// @Param authID formData string false "登录ID登录类型为localpass时依赖于authIDType其它为相应登录类型的id"
// @Param authIDType formData string false "只有在登录类型为localpass时才有意义分别为userID2用户名emailmobile"
// @Param authIDType formData string false "只有在登录类型为localpass时才有意义分别为userid2用户名emailmobile"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult
// @router /Login [post]