This commit is contained in:
suyl
2021-04-28 14:33:11 +08:00
parent db4ee9ae55
commit d4dec7cf2a

View File

@@ -310,7 +310,7 @@ func (c *Auth2Controller) AddAuthBind() {
// @Title 绑定认证方式 // @Title 绑定认证方式
// @Description 绑定认证方式 // @Description 绑定认证方式
// @Param token header string true "认证token" // @Param token header string false "认证token"
// @Param authToken formData string true "之前通过login得到的新认证TOKEN" // @Param authToken formData string true "之前通过login得到的新认证TOKEN"
// @Param mobile formData string true "之前通过getuserbyminiinfo得到的" // @Param mobile formData string true "之前通过getuserbyminiinfo得到的"
// @Success 200 {object} controllers.CallResult // @Success 200 {object} controllers.CallResult