diff --git a/controllers/user2_controller.go b/controllers/user2_controller.go index e8f29bfb7..8acca796f 100644 --- a/controllers/user2_controller.go +++ b/controllers/user2_controller.go @@ -293,7 +293,7 @@ type UserInfoWithWeixin struct { // @Title 根据小程序jsCode查询用户信息 // @Description 根据小程序jsCode查询用户信息 -// @Param token header string true "认证token" +// @Param token header string false "认证token" // @Param data query string true "加密数据" // @Param iv query string true "iv" // @Param jsCode query string false "小程序jsCode"