正常测试用例
POST http://192.168.50.3:12128/rest/flow/api/getPhoneListByRole
Content-Type: application/json
{
"cityId": 131100,
"roleId": 5
}
异常测试用例1--roleId错误
POST http://192.168.50.3:12128/rest/flow/api/getPhoneListByRole
Content-Type: application/json
{
"cityId": 131200,
"roleId": "abc"
}
异常测试用例2--未输入roleId
POST http://192.168.50.3:12128/rest/flow/api/getPhoneListByRole
Content-Type: application/json
{
"cityId": 130100
}
黑点库
POST http://192.168.50.3:12128/api/verification
Content-Type: application/json
{
"token": "test_token_hebei",
"fromSystem": "test",
"system": "heidianku"
}
流程
POST http://192.168.50.3:12128/api/verification
Content-Type: application/json
{
"token": "test_token_abc",
"fromSystem": "test",
"system": "liucheng"
}
大屏
POST http://192.168.50.3:12128/api/verification
Content-Type: application/json
{
"token": "test_token_abc",
"fromSystem": "test",
"system": "daping"
}
投诉分析
POST http://192.168.50.3:12128/api/verification
Content-Type: application/json
{
"token": "test_token_abc",
"fromSystem": "test",
"system": "fenxi"
}
投诉预测
POST http://192.168.50.3:12128/api/verification
Content-Type: application/json
{
"token": "test_token_abc",
"fromSystem": "test",
"system": "yuce"
}
volte智能客服2线页面
POST http://192.168.50.3:12128/api/verification
Content-Type: application/json
{
"token": "test_token_abc",
"fromSystem": "test",
"system": "volte_t2"
}
录音分析
POST http://192.168.50.3:12128/api/verification
Content-Type: application/json
{
"token": "test_token_abc",
"fromSystem": "test",
"system": "luyin"
}
角色列表接口
POST http://192.168.50.3:12128/rest/flow/api
Content-Type: application/json
{
"callType": "findRoleList",
"userName": "王"
}
用户列表接口
POST http://192.168.50.3:12128/rest/flow/api
Content-Type: application/json
{
"callType": "findToPage"
}
根据登录账号获取用户
POST http://192.168.50.3:12128/rest/flow/api
Content-Type: application/json
{
"callType": "getByLoginId",
"loginId": "test_handan"
}
根据用户ID获取用户接口
POST http://192.168.50.3:12128/rest/flow/api
Content-Type: application/json
{
"callType": "get",
"userId": "4"
}
根据用户id获取角色id列表
POST http://192.168.50.3:12128/rest/flow/api
Content-Type: application/json
{
"callType": "findRoleIdByUserId",
"userId": "4"
}
根据角色id获取用户id列表
POST http://192.168.50.3:12128/rest/flow/api
Content-Type: application/json
{
"callType": "findUserIdByRoleId",
"roleId": "3"
}
多条件搜索用户
POST http://192.168.50.3:12128/rest/flow/api
Content-Type: application/json
{
"callType": "findAuthorizedUser",
"roleId": "3"
}
根据用户查找角色+城市信息
POST http://192.168.50.3:12128/rest/flow/api
Content-Type: application/json
{
"callType": "getRoleCityByUserId",
"userId": "4"
}
POST http://192.168.50.3:12128/rest/flow/api/userTree
Content-Type: application/json
{
"city": 130200,
"role": [4],
"user": []
}