@@ -42,6 +42,7 @@ var Carbines = []gormadapter.CasbinRule{
4242 {PType : "p" , V0 : "888" , V1 : "/jwt/jsonInBlacklist" , V2 : "POST" },
4343 {PType : "p" , V0 : "888" , V1 : "/system/getSystemConfig" , V2 : "POST" },
4444 {PType : "p" , V0 : "888" , V1 : "/system/setSystemConfig" , V2 : "POST" },
45+ {PType : "p" , V0 : "888" , V1 : "/system/getServerInfo" , V2 : "POST" },
4546 {PType : "p" , V0 : "888" , V1 : "/customer/customer" , V2 : "POST" },
4647 {PType : "p" , V0 : "888" , V1 : "/customer/customer" , V2 : "PUT" },
4748 {PType : "p" , V0 : "888" , V1 : "/customer/customer" , V2 : "DELETE" },
@@ -69,6 +70,9 @@ var Carbines = []gormadapter.CasbinRule{
6970 {PType : "p" , V0 : "888" , V1 : "/sysOperationRecord/deleteSysOperationRecordByIds" , V2 : "DELETE" },
7071 {PType : "p" , V0 : "888" , V1 : "/user/setUserInfo" , V2 : "PUT" },
7172 {PType : "p" , V0 : "888" , V1 : "/email/emailTest" , V2 : "POST" },
73+ {PType : "p" , V0 : "888" , V1 : "/simpleUploader/upload" , V2 : "POST" },
74+ {PType : "p" , V0 : "888" , V1 : "/simpleUploader/checkFileMd5" , V2 : "GET" },
75+ {PType : "p" , V0 : "888" , V1 : "/simpleUploader/mergeFileMd5" , V2 : "GET" },
7276 {PType : "p" , V0 : "8881" , V1 : "/base/login" , V2 : "POST" },
7377 {PType : "p" , V0 : "8881" , V1 : "/base/register" , V2 : "POST" },
7478 {PType : "p" , V0 : "8881" , V1 : "/api/createApi" , V2 : "POST" },
0 commit comments