From d4dec7cf2af63aef6be10993701ae46be319aa9f Mon Sep 17 00:00:00 2001 From: suyl <770236076@qq.com> Date: Wed, 28 Apr 2021 14:33:11 +0800 Subject: [PATCH] aa --- controllers/auth2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/auth2.go b/controllers/auth2.go index 0e3eb3e61..da7b54ca7 100644 --- a/controllers/auth2.go +++ b/controllers/auth2.go @@ -310,7 +310,7 @@ func (c *Auth2Controller) AddAuthBind() { // @Title 绑定认证方式 // @Description 绑定认证方式 -// @Param token header string true "认证token" +// @Param token header string false "认证token" // @Param authToken formData string true "之前通过login得到的新认证TOKEN" // @Param mobile formData string true "之前通过getuserbyminiinfo得到的" // @Success 200 {object} controllers.CallResult