- 咸鱼api
- 机器人api
- wechatAgents_go_api
- xy_bot
- 朋友
- 群组
- 登录
- 工具
- 红包
- 用户
- 消息
撤回消息
SaltedFishApi
https://api.frz.fan
SaltedFishApi
https://api.frz.fan
POST
https://api.frz.fan
Message
请求参数
Header 参数
appid
string
必需
Body 参数application/json
ClientMsgId
integer
可选
CreateTime
integer
可选
NewMsgId
integer
可选
ToWxid
string
必需
Wxid
string
必需
示例
{
"ClientMsgId": 0,
"CreateTime": 0,
"NewMsgId": 0,
"ToWxid": "string",
"Wxid": "string"
}
返回响应
🟢200成功
application/json
Body
Code
integer
可选
Data
object (mm.RevokeMsgResponse)
可选
BaseResponse
object (mm.BaseResponse)
可选
introduction
string
可选
isysWording
string
可选
Message
string
可选
Success
boolean
可选
示例
{
"Code": 0,
"Data": {
"BaseResponse": {
"errMsg": {
"string": "string"
},
"ret": 0
},
"introduction": "string",
"isysWording": "string"
},
"Message": "string",
"Success": true
}