Commit e817d612 by leisha

add orgAddUser

parent 91d8f2d5
{
{
......@@ -40,6 +40,9 @@
},
"保存组织参数": {
"SaveOrgParamSuccess": {"state":true,"message":"保存组织参数成功!"}
},
"加入用户": {
"OrgAddUserSuccess": {"state":true,"message":"加入成功!"}
}
},
"用户管理": {
......
{
{
......@@ -90,6 +90,12 @@
"query": {"orgCode": "testAddOrg"},
"body": [{"alias": "sz", "value": 1}]
}
},
"加入用户": {
"OrgAddUserSuccess": {
"orgCode": "testAddOrg",
"accounts": "testAddUser"
}
}
},
"用户管理": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment