- doc of Login changed.

This commit is contained in:
gazebo
2018-12-27 17:12:35 +08:00
parent 0cbc68d3d5
commit 73e3e43226

View File

@@ -65,7 +65,7 @@ func (c *AuthController) GetWeiXinUserInfo() {
// @Title 登录接口
// @Description 登录接口
// @Param id formData string true "登录ID"
// @Param type formData string true "登录类型,当前支持[weixinsns,localpass]"
// @Param type formData string true "登录类型,当前支持[weixinsns微信公众号登录localpass本地账号密码mobile手机短信weixinmini小程序code登录]"
// @Param secret formData string true "不同登录类型的登录秘密"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult