获取代理商列表
~~~[api]
post:http://mlyz.data.cuci.cc/index.php/api/vone/depotapi/agentlist
*string:sessionid=e796e7721664378e120cc5239e70e18c6867818e#登录时返回的sessionid
search#查询代理商(手机号码或代理商姓名)
<<<
查询成功
{
"code": "SUCCESS",
"msg": "查询成功",
"data": [
{
"id": "2",
"username": "SuperX",
"phone": "13580446801"
},
{
"id": "55",
"username": "周测试",
"phone": "18102835286"
},
{
"id": "57",
"username": "小周",
"phone": "18688202240"
}
]
}
<<<
查询失败
{
"code": "ERROR",
"msg": "没有查询到代理商",
"data": []
}
~~~