接口名称 上报用户白名单     签名 IP
地址 https://api.cnlive.com/open/api2/user/reportUserWhiteList4Server
method post
返回数据 json

请求参数说明:

参数 必选 类型 说明
appId true string 应用ID
uid true string 用户ID
type true string 服务标识,约定唯一
sign true string 签名

返回格式说明:

{
 "errorCode": "0",
 "errorMessage": "成功"
}
{
 "errorCode":"1", 
 "errorMessage":"请求参数无效" 
}