功能说明:获取所有公海池
请求方式:POST(HTTPS)
请求地址:https://qwif.do1.com.cn/qwcgi/api/crm/clientPool/getClientPoolList.do?token=token&corpId=corpId
CrmApi api = QwSdkUtil.getInter(CrmApi.class);
// 调用接口
ApiCrmClientPoolListResultVO result = api.getClientPoolList(
QwSdkUtil.getCacheToken());
System.out.println(JSONUtil.stringify(result));
{
"code":"0",
"data":
{
"clientPoolList":
[
{
"poolId":"0",
"poolName":"默认公海"
},
{
"poolId":"4bc8f50dd77f4f6bb0c0181e17910e39",
"poolName":"公海1"
},
{
"poolId":"3791152c0d1f885e5813ce9d9307ad9c",
"poolName":"公海2"
}
]
},
"desc":"成功"
}
clientPool
|
参数 |
说明 |
备注 |
|---|---|---|
|
poolId |
公海池Id |
|
|
poolName |
公海池名 |
|