原代码在 CreateSecrteKey.java 中使用了 懒汉式单例模式 生成RSA密钥对。虽然有双重检查锁定,但在Spring Bo…#21
Open
helloaaaaa wants to merge 3 commits intorstyro:masterfrom
Open
原代码在 CreateSecrteKey.java 中使用了 懒汉式单例模式 生成RSA密钥对。虽然有双重检查锁定,但在Spring Bo…#21helloaaaaa wants to merge 3 commits intorstyro:masterfrom
helloaaaaa wants to merge 3 commits intorstyro:masterfrom
Conversation
…ot应用中,当不同请求在稍有差异的上下文中调用时,可能会生成 不同的密钥对 ,导致签名验证失败。 验证接口时报错,使用doubao-seek-dogfood修复接口bug得到的答案
…r文档和各种注释清晰,方便后续改造的代码,另外我会最后验证生成的情况 http://localhost:8099/swagger-ui.html#!/2797935797255112104623618/getDataByTokenUsingPOST 基于 【glm5】模型,完成接口重新生成,并且本地已经验证了接口的功能可用性
http://localhost:8080/swagger-ui/index.html#/%E6%9D%83%E9%99%90%E7%AE%A1%E7%90%86/getPermissions 基于 【kimi2.5】模型,完成接口重新设计更新,和上一版冲突大,重新更新一个工程
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.
…ot应用中,当不同请求在稍有差异的上下文中调用时,可能会生成 不同的密钥对 ,导致签名验证失败。
验证接口时报错,使用doubao-seek-dogfood修复接口bug得到的答案