- localpass.

This commit is contained in:
gazebo
2018-09-05 10:06:12 +08:00
parent ad6cabe89d
commit b6a8f22612

View File

@@ -64,7 +64,7 @@ func (c *AuthController) GetWeiXinUserInfo() {
// @Title 登录接口
// @Description 登录接口
// @Param id query string true "登录ID"
// @Param type query string true "登录类型,当前支持[weixinsns,password]"
// @Param type query string true "登录类型,当前支持[weixinsns,localpass]"
// @Param secret query string true "不同登录类型的登录秘密"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult