From 969f5975576d3947d17322456bd8644c06d4939c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8B=8F=E5=B0=B9=E5=B2=9A?= <770236076@qq.com> Date: Fri, 20 Nov 2020 11:24:21 +0800 Subject: [PATCH] token --- controllers/user2_controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"