- 咸鱼api
- 机器人api
- wechatAgents_go_api
- xy_bot
- 朋友
- 群组
- 登录
- 工具
- 红包
- 用户
- 消息
发送CDN文件消息
SaltedFishApi
https://api.frz.fan
SaltedFishApi
https://api.frz.fan
POST
https://api.frz.fan
Message
请求参数
Header 参数
appid
string
必需
Body 参数application/json
Content
string
必需
ToWxid
string
必需
Wxid
string
必需
示例
{
"Content": "string",
"ToWxid": "string",
"Wxid": "string"
}
返回响应
🟢200成功
application/json
Body
Code
integer
可选
Data
object (mm.SendAppMsgResponse)
可选
BaseResponse
object (mm.BaseResponse)
可选
actionFlag
integer
可选
aeskey
string
可选
appId
string
可选
clientMsgId
string
可选
createTime
integer
可选
fromUserName
string
可选
msgId
integer
可选
msgSource
string
可选
newMsgId
integer
可选
toUserName
string
可选
type
integer
可选
Message
string
可选
Success
boolean
可选
示例
{
"Code": 0,
"Data": {
"BaseResponse": {
"errMsg": {
"string": "string"
},
"ret": 0
},
"actionFlag": 0,
"aeskey": "string",
"appId": "string",
"clientMsgId": "string",
"createTime": 0,
"fromUserName": "string",
"msgId": 0,
"msgSource": "string",
"newMsgId": 0,
"toUserName": "string",
"type": 0
},
"Message": "string",
"Success": true
}
修改于 2025-04-02 13:37:41