feat: 新增admin4j-signature模块#3
Merged
andanyoung merged 1 commit intoadmin4j:masterfrom Nov 29, 2023
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
尊敬的admin4j大大您好:
非常感谢您抽出时间来审查我的PR,我非常乐意根据您的反馈进行修改。
此次内容如下:
在为第三方系统提供接口的时候,要考虑接口数据的安全问题,比如数据是否被篡改,数据是否已经过时,数据是否可以重复提交等问题。在此分享一下我的实践方案。
1、新增admin4j-signature模块,参考admin4j-limiter模块实现
2、遵循项目的代码风格、结构和规范
3、暂未添加文档
4、已经通过单元测试
再次感谢您的辛勤工作和对开源社区的贡献!
诚挚地
Zhougang