Http 协议与签名校验
适用范围:所有接口
http方法:post
数据格式:json
header参数:
参数 | 含义 | 取值 |
---|---|---|
Content-Type | 请求参数格式 | application/json |
appId | 应用注册时获取的appId | 应用注册时获取的appId |
timestamp | 操作时间 | 示例:123456789 |
sign | 签名校验值 | md5(appId + appKey + timestamp) |
1. 海外项目接入
将 https://cosmos-push-api.immomo.com 换成 https://cosmos-push-api-hw.immomo.com