|
@@ -42,6 +42,7 @@ var Carbines = []gormadapter.CasbinRule{
|
|
|
{PType: "p", V0: "888", V1: "/jwt/jsonInBlacklist", V2: "POST"},
|
|
|
{PType: "p", V0: "888", V1: "/system/getSystemConfig", V2: "POST"},
|
|
|
{PType: "p", V0: "888", V1: "/system/setSystemConfig", V2: "POST"},
|
|
|
+ {PType: "p", V0: "888", V1: "/system/getServerInfo", V2: "POST"},
|
|
|
{PType: "p", V0: "888", V1: "/customer/customer", V2: "POST"},
|
|
|
{PType: "p", V0: "888", V1: "/customer/customer", V2: "PUT"},
|
|
|
{PType: "p", V0: "888", V1: "/customer/customer", V2: "DELETE"},
|
|
@@ -69,6 +70,9 @@ var Carbines = []gormadapter.CasbinRule{
|
|
|
{PType: "p", V0: "888", V1: "/sysOperationRecord/deleteSysOperationRecordByIds", V2: "DELETE"},
|
|
|
{PType: "p", V0: "888", V1: "/user/setUserInfo", V2: "PUT"},
|
|
|
{PType: "p", V0: "888", V1: "/email/emailTest", V2: "POST"},
|
|
|
+ {PType: "p", V0: "888", V1: "/simpleUploader/upload", V2: "POST"},
|
|
|
+ {PType: "p", V0: "888", V1: "/simpleUploader/checkFileMd5", V2: "GET"},
|
|
|
+ {PType: "p", V0: "888", V1: "/simpleUploader/mergeFileMd5", V2: "GET"},
|
|
|
{PType: "p", V0: "8881", V1: "/base/login", V2: "POST"},
|
|
|
{PType: "p", V0: "8881", V1: "/base/register", V2: "POST"},
|
|
|
{PType: "p", V0: "8881", V1: "/api/createApi", V2: "POST"},
|