- fix bug in GetUserInfo and GetSelfInfo

- need token for SendMobileVerifyCode
This commit is contained in:
gazebo
2018-11-02 09:07:59 +08:00
parent 2336ad2ba4
commit addb300b1a
2 changed files with 3 additions and 2 deletions

View File

@@ -106,6 +106,7 @@ func (c *AuthController) GetUserInfo() {
// @Title 发送验证码
// @Description 发送验证码
// @Param token header string true "认证token"
// @Param mobile formData string true "手机号"
// @Success 200 {object} controllers.CallResult
// @Failure 200 {object} controllers.CallResult