12.1 读取用户当前热力值.md 1.08 KB

/* Title: 12.1 读取用户当前热力值 Sort: 118 */

请求方式: POST


返回格式: JSON


请求参数说明:

参数 必选 类型 说明
spId true string 应用ID
sid true string 用户ID
userToken true string 用户token
originalAppId true string 加密时appId
sign true string 签名

返回格式说明:

{
   "errorCode":"0",
   "errorMessage":"success"
    "data":"183"
}
{
   "errorCode":"101",
   "errorMessage":"参数格式错误"
}
{
    errorCode:"xxx",   //错误代码(非0)
    errorMsg:"失败"   //错误信息
}