GET xuner/bi/customerEarlyWarning/list?source={source}&type={type}
客户预警列表
请求信息
URI 参数
名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
source | string |
无。 |
|
type | integer |
无。 |
Body 参数
无。
响应信息
资源描述
客户预警列表
gXopResponseOfListOfcustomerEarlyWarningListResponse名称 | 描述 | 类型 | 附加信息 |
---|---|---|---|
data | Collection of customerEarlyWarningListResponse |
无。 |
|
desc |
错误信息 |
string |
无。 |
result |
响应代码 1 成功 1011 令牌失效 0或其它 请求错误 |
integer |
无。 |
响应格式
application/json, text/json
样例:
{ "data": [ { "id": "sample string 1", "content": { "day": 1, "percent": 2.0, "count": 3 }, "count": 2, "index": 3, "show": 4, "module": "sample string 5", "type": 6 }, { "id": "sample string 1", "content": { "day": 1, "percent": 2.0, "count": 3 }, "count": 2, "index": 3, "show": 4, "module": "sample string 5", "type": 6 } ], "desc": "sample string 1", "result": 2 }