Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Inheriting the bug in sending requests after enabling debug mode from Solon #824

Closed
Hans-Wu-cn opened this issue Jun 24, 2024 · 1 comment
Labels
bug Something isn't working
Milestone

Comments

@Hans-Wu-cn
Copy link
Contributor

Your Environment(您的使用环境,您期望的结果,社区已开启国际化推广,请文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)

  • smart-doc version: 3.0.5
  • plugin version (e.g. smart-doc-maven-plugin or smart-doc-gradle-plugin): 3.0.5
  • build tool version(maven or gradle): maven
  • jdk version: 21

Expected Behavior(您期望的结果,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)

In debug mode, carry the correct request header to request the interface

Current Behavior(当前结果,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)

fail,The key corresponding to the header has an extra single quotation mark character '

Possible Solution(bug解决建议,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)

Please modify the generated curl command to change single quotes to double quotes, or remove quotes
image
image

Steps to Reproduce (Bug产生步骤,请尽量提供用例代码。社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)

1.solon + satoken + smart-doc
2.Click on request interceptor
3.execute SaSession session = StpUtil.getSession();

Context(Bug影响描述,社区已开启国际化推广,请用文心一言、讯飞星火等辅助翻译成英文,减少社区开发者的工作)

This bug prevents the use of interface documentation for debugging, and not all cases require third-party integration platforms. Additionally, Torna currently only supports MySQL

@Hans-Wu-cn Hans-Wu-cn added the bug Something isn't working label Jun 24, 2024
@Hans-Wu-cn
Copy link
Contributor Author

#826 submit pull request

@shalousun shalousun added this to the 3.0.6 milestone Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants