Page History

Sendlittlesafflower

Last edited by 徐近程

返回

领头雁送小红花


URL: http://apiwjjtest.cnlive.com/Daren/wildGoose/sendLittleSafflower.action


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
sid String true 送花人
toSid String true 收花人
flowerNum String false 送花数量
reason String false 送花理由

返回格式: JSON


返回格式样例:

{
    "data": {
        "sendFlowerNum": "0",
        "maxNum": "5",
        "msg": "你已经给TA送了5朵小红花啦"
    },
    "errorCode": "0",
    "errorMessage": "成功"
}

错误码:
{
    "data": {},
    "errorCode": "403",
    "errorMessage": "缺少必要参数"
}

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