3.7 UGC主播鉴权接口.md 410 Bytes

请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用ID
sid String true 用户ID
sign String true 签名

返回格式说明:

{   
    "errorCode":"0",
    "errorMessage":"成功"
}

{   
    "errorCode":"50000",
    "errorMessage":"其它异常"
}