简要描述:
提醒被风控
注意:目前只有“封禁加好友”
HTTP协议说明:
| 请求方式 | Content-Type |
|---|---|
| POST | application/json |
参数说明:
| 参数名 | 必填 | 类型 | 说明 |
|---|---|---|---|
| type | 是 | string | 消息类型,固定为:warn_fengk |
| nodeId | 是 | string | 节点ID |
| message | 是 | object | 消息主体 |
| userId | 是 | string | 成员ID |
| kind | 是 | int | 风控类型:1封禁好友,2违规禁止登录 |
参数示例:
{
"type": "warn_fengk",
"nodeId":"8980f569-e31c-4357-8f37-2ec9ad9fe605",
"message": {
"userId":"xxxxx",
"kind": 1
}
}文档更新时间: 2023-06-10 11:32 作者:副官