Last updated
Was this helpful?
Last updated
Was this helpful?
sign
true
String
签名,为32位大写的MD5值,生成签名的appSecret密钥作为通信数据安全的关键信息,严禁保存在客户端直接使用,所有API都必须通过客户自己服务器中转调用POLYV服务器获取响应数据
【详见签名生成规则】
appId
true
string
开发者账号下的appId
timestamp
true
string
13位当前时间的时间戳
url
true
string
回调地址,需要带上协议(http、https);传空即关闭回调服务;不得超过255个字符
code
int
接口请求状态码,200表示成功
status
string
接口请求状态,"success"表示成功
message
string
请求失败时返回的错误信息
data
string