Page History

Reducehealthvalue

Last edited by 徐近程

返回

减健康值


URL: http://apiwjjtest.cnlive.com/Daren/family/reduceHealthValue.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
sid String true 用户sid
msg String true 兑换商品:海澜之家冬季中老年...
healthMsg String true -1000健康值
type String true 1-收入 2-支出
healthValue String true 消耗的健康值

返回格式: JSON


返回格式样例:

{
    "data": {
        "state": "1",   //state 1-成功  2-失败  3-健康值不足
        "healthValue": 9999  //健康值
    },
    "errorCode": "0",
    "errorMessage": "成功"
}
错误码:
{
    "data": {},
    "errorCode": "403",
    "errorMessage": "缺少必要参数"
}

{
    "data": {},
    "errorCode": "500",
    "errorMessage": "服务器异常"
}