2.6 绑定第3方账号.md 1.56 KB
参数名 参数类型 必选 参数说明
appId String true 应用ID
uid String true 用户ID
thirdPartyPlat String true 第三方平台编号 [platform : 1:sina weibo 2:qq weibo 3:weixin 4:renren]
thirdPartyId String true 第三方用户ID
sign String true 签名

返回

{
    "errorCode":"0",
    "errorMessage":"成功"
}
{
    "errorCode":"1",
    "errorMessage":"请求参数无效"
}
{
    "errorCode":"42009",
    "errorMessage":"用户反馈插入失败"
}
{
    "errorCode":"41019",
    "errorMessage":"内容请控制在1200个字以"
}
{
    "errorCode":"40005",
    "errorMessage":"其他错误"
}