Page History

Liftsendmsg

Last edited by 宋亚南

返回

生活号推送


URL:http://10.136.39.230:8080/CnliveIM/notify/lifePush.action?appId=xxx&lifterId=xxx&userId=xxx&type=xxx


请求方式: HTTP POST


请求参数说明:

参数名 参数类型 必选 参数说明
appId String true 应用ID
liferId String true 生活号id
userId String true 用户id
type String true 类型

返回格式: JSON


返回格式样例:

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