shuaidd / qywx

企业微信API封装
Apache License 2.0
137 stars 50 forks source link

添加撤回应用消息的功能 #48

Open hi-ppc opened 6 months ago

hi-ppc commented 6 months ago

1、与企微官网消息推送模块功能保持一致; 2、增加 API 的业务场景使用范围; 3、增加 API 的使用贡献度。

代码调整范围: 1、qywx-spring-boot-model 下 response\message\SendMessageResponse.class 中新增 msgid 的set、get方法; 2、qywx-spring-boot-api 下 client\MessageClient.class 中新增 @PostMapping( value = {"message/recall"}, headers = {"app={app}"}); 3、qywx-spring-boot-model 下 resquest\message 中新增 RecallMessageRequest.class 设置入参请求。

以上是个人的一点小小的想法。