1
This commit is contained in:
parent
d024d8bd7d
commit
a23da03bfd
@ -1,3 +1,8 @@
|
|||||||
|
# 本地host文件修改
|
||||||
|
192.144.140.87 mysql-test.kingsome.cn
|
||||||
|
192.144.140.87 mysql-redis.kingsome.cn
|
||||||
|
192.144.200.110 polyservice-test.kingsome.cn
|
||||||
|
|
||||||
# 数据库规范
|
# 数据库规范
|
||||||
|
|
||||||
所有的表都必须有一下字段
|
所有的表都必须有一下字段
|
||||||
|
@ -1,9 +1,11 @@
|
|||||||
{
|
{
|
||||||
"api": [
|
"api": [
|
||||||
|
"*",
|
||||||
"api/v1/mail/add",
|
"api/v1/mail/add",
|
||||||
"api/v1/mail/edit",
|
"api/v1/mail/edit",
|
||||||
"api/v1/mail/list"
|
"api/v1/mail/list"
|
||||||
],
|
],
|
||||||
"ui": [
|
"ui": [
|
||||||
|
"*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -9,5 +9,17 @@
|
|||||||
"api": ["xxx", "-xxx"],
|
"api": ["xxx", "-xxx"],
|
||||||
"ui": ["addannouncement", "editannouncement", "addaudit", "editaudit"]
|
"ui": ["addannouncement", "editannouncement", "addaudit", "editaudit"]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"account_address": "0xAd2DeA1977055Db01C66e6E53309C4604AB869b8",
|
||||||
|
"__doc__": "az",
|
||||||
|
"roles": [
|
||||||
|
"admin",
|
||||||
|
"customer_service"
|
||||||
|
],
|
||||||
|
"special": {
|
||||||
|
"api": ["xxx", "-xxx"],
|
||||||
|
"ui": ["addannouncement", "editannouncement", "addaudit", "editaudit"]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user