20 lines
387 B
Python
20 lines
387 B
Python
# 大华API接口
|
|
dhapis = {
|
|
"dept_tree":{
|
|
"url":"/evo-apigw/evo-brm/1.2.0/department/tree",
|
|
"method":"post"
|
|
},
|
|
"dept_create":{
|
|
"url":"/evo-apigw/evo-brm/1.0.0/department/add",
|
|
"method":"post"
|
|
},
|
|
"dept_update":{
|
|
"url":"/evo-apigw/evo-brm/1.0.0/department/update",
|
|
"method":"put"
|
|
}
|
|
}
|
|
|
|
# 寻息API接口
|
|
xxapis = {
|
|
|
|
} |