This commit is contained in:
yumoqing 2025-05-06 18:23:19 +08:00
parent 3f5b71457d
commit 80c24ee03b

40
script/perms.json Normal file
View File

@ -0,0 +1,40 @@
[
{
"path": "/uapi/upapp",
"perms": [
{
"orgtype": "customer",
"roles":["operator"]
},
{
"orgtype": "owner",
"roles":["operator"]
}
]
},
{
"path": "/uapi/jsonhttpapi",
"perms": [
{
"orgtype": "customer",
"roles":["operator"]
},
{
"orgtype": "owner",
"roles":["operator"]
}
]
},
{
"path":"/uapi/upappkey",
"perm":[
{
"orgtype": "customer",
"roles":["operator"]
},
{
"orgtype": "owner",
"roles":["operator"]
}
]
}