Page History

Familygroupfabulous

Last edited by 徐近程

返回

亲情群用户步数点赞


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


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
sid String true 被点赞sid
groupId String true 群组id
toSid String true 点赞人sid
format String true 点赞日期(例:2020-10-19)

返回格式: JSON


返回格式样例:

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

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

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