您的位置:首页 > 娱乐 > 明星 > 什么是a站_b2b网站有那些_百度下载app下载安装_实时热搜榜

什么是a站_b2b网站有那些_百度下载app下载安装_实时热搜榜

2025/4/18 16:11:58 来源:https://blog.csdn.net/2401_82817454/article/details/142882331  浏览:    关键词:什么是a站_b2b网站有那些_百度下载app下载安装_实时热搜榜
什么是a站_b2b网站有那些_百度下载app下载安装_实时热搜榜

Gewe 个微框架

GeWe(个微框架)是一个创新性的软件开发框架,为个人微信号以及企业信息安全提供了强大的功能和保障。GeWe的设计旨在简化开发过程,使开发者能够高效、灵活地构建和定制通信协议,以满足不同应用场景的需求。

请求参数

Header 参数

export interface ApifoxModel {"X-GEWE-TOKEN": string;[property: string]: any;
}

Body 参数application/json

export interface ApifoxModel {/*** 设备ID*/appId: string;/*** 发送类接口返回的createTime*/createTime: string;/*** 发送类接口返回的msgId*/msgId: string;/*** 发送类接口返回的newMsgId*/newMsgId: string;/*** 好友/群的ID*/toWxid: string;[property: string]: any;
}

示例

{"appId": "","toWxid": "34757816141@chatroom","msgId": "769533801","newMsgId": "5271007655758710001","createTime": "1704163145"
}

示例代码

curl --location --request POST 'http://api.geweapi.com/gewe/v2/api/message/revokeMsg' \
--header 'X-GEWE-TOKEN: ' \
--header 'User-Agent: Apifox/1.0.0 (https://apifox.com)' \
--header 'Content-Type: application/json' \
--data-raw '{"appId": "","toWxid": "34757816141@chatroom","msgId": "769533801","newMsgId": "5271007655758710001","createTime": "1704163145"
}'

返回响应

成功(200)

HTTP 状态码: 200 内容格式: JSONapplication/json

数据结构

export interface ApifoxModel {msg: string;ret: number;[property: string]: any;
}

示例

{"ret": 200,"msg": "操作成功"
}

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com