Commit ca3afc65 by mc183225678

添加新的接口用例数据

parent 40db70e8
......@@ -49,6 +49,11 @@
"删除组织": {
"DelOrgSuccess": "test_org_57"
}
},
"用户管理":{
"添加用户":{
"AddUserSuccess":{"account":"huangzong","address":"","email":"","fullname":"黄总","mobile":"","password":"123456","photo":"","sex":"","status":1}
}
}
}
......
......@@ -37,5 +37,10 @@
"删除组织": {
"DelOrgSuccess": {"state":true,"message":"删除组织成功!"}
}
},
"用户管理":{
"添加用户":{
"AddUserSuccess":{"state":true,"message":"用户添加成功!"}
}
}
}
\ No newline at end of file
......@@ -14,5 +14,10 @@
"delete": "DELETE FROM uc_org WHERE `CODE_`=\"test_org_57\";"
}
}
},
"用户管理":{
"添加用户":{
"AddUserSuccess":"DELETE FROM uc_user WHERE `ACCOUNT_`=\"huangzong\";"
}
}
}
\ No newline at end of file
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