@@ -22,13 +22,13 @@ func (a *api) Initialize() error {
22
22
{ApiGroup : "jwt" , Method : "POST" , Path : "/jwt/jsonInBlacklist" , Description : "jwt加入黑名单(退出,必选)" },
23
23
24
24
{ApiGroup : "系统用户" , Method : "DELETE" , Path : "/user/deleteUser" , Description : "删除用户" },
25
- {ApiGroup : "系统用户" , Method : "POST" , Path : "/user/register" , Description : "用户注册(必选) " },
25
+ {ApiGroup : "系统用户" , Method : "POST" , Path : "/user/register" , Description : "用户注册" },
26
26
{ApiGroup : "系统用户" , Method : "POST" , Path : "/user/getUserList" , Description : "获取用户列表" },
27
27
{ApiGroup : "系统用户" , Method : "PUT" , Path : "/user/setUserInfo" , Description : "设置用户信息" },
28
28
{ApiGroup : "系统用户" , Method : "PUT" , Path : "/user/setSelfInfo" , Description : "设置自身信息(必选)" },
29
29
{ApiGroup : "系统用户" , Method : "GET" , Path : "/user/getUserInfo" , Description : "获取自身信息(必选)" },
30
30
{ApiGroup : "系统用户" , Method : "POST" , Path : "/user/setUserAuthorities" , Description : "设置权限组" },
31
- {ApiGroup : "系统用户" , Method : "POST" , Path : "/user/changePassword" , Description : "修改密码(建(选择 )" },
31
+ {ApiGroup : "系统用户" , Method : "POST" , Path : "/user/changePassword" , Description : "修改密码(建议选择 )" },
32
32
{ApiGroup : "系统用户" , Method : "POST" , Path : "/user/setUserAuthority" , Description : "修改用户角色(必选)" },
33
33
{ApiGroup : "系统用户" , Method : "POST" , Path : "/user/resetPassword" , Description : "重置用户密码" },
34
34
0 commit comments