5.3 上报用户白名单.md 774 Bytes

请求参数说明:

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

返回格式说明:

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