充值用户密码功能初始化数据修复

This commit is contained in:
piexlmax
2022-01-05 17:15:55 +08:00
parent 5fa6e32bbd
commit 9196caec97
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -53,6 +53,7 @@ func (c *casbin) Initialize() error {
{PType: "p", V0: "888", V1: "/user/changePassword", V2: "POST"},
{PType: "p", V0: "888", V1: "/user/setUserAuthority", V2: "POST"},
{PType: "p", V0: "888", V1: "/user/setUserAuthorities", V2: "POST"},
{PType: "p", V0: "888", V1: "/user/resetPassword", V2: "POST"},
{PType: "p", V0: "888", V1: "/fileUploadAndDownload/findFile", V2: "GET"},
{PType: "p", V0: "888", V1: "/fileUploadAndDownload/breakpointContinueFinish", V2: "POST"},