文档
测试

点赞评论朋友圈响应

POST
callbackUrl

请求参数

参数名
类型
描述
必填
respCode
String
sendCommonOrLikeResult
必填
data
json
返回数据
必填
traceId
String
用户自定义id,请求二维码时候所带的参数,原样返回
必填
msgid
String
消息id
必填
sendStatus
int
发送状态 -1表示发送失败 1表示发送中 2表示发送成功 -10004表示微信号不在线
必填
errorMsg
String
具体错误信息
必填
uin
Long
微信id
必填
time
Long
当前时间搓
必填
snsId
Long
朋友圈id
必填

请求参数模拟

``` { "data":{ "traceId":"173564e02461e2e4871d7c3401e9da6e", "msgid":"1232234", "sendStatus":2, "time":1594880820005, "uin":2946954130, "errorMsg":"" }, "respCode":"sendCommonOrLikeResult" } ```

响应参数

参数名
类型
描述
必填
code
int
响应200,随便返回都可以
必填