解决cookie文本转码之后/token=([^;]+)/ 无法正确匹配到token 的问题#2
Open
3biubiu wants to merge 1 commit into
Open
Conversation
Owner
|
感谢你的PR,能给我提供错误示例吗,我刚刚使用源代码本地测试了一次,没有发现问题。 |
Author
|
使用API调试工具遇到的问题
…---原始邮件---
发件人: ***@***.***>
发送时间: 2025年2月11日(周二) 晚上6:08
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [Cunninger/ocr-based-qwen] 解决cookie文本转码之后/token=([^;]+)/ 无法正确匹配到token 的问题 (PR #2)
感谢你的PR,能给我提供错误示例吗,我刚刚使用源代码本地测试了一次,没有发现问题。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Owner
|
问题截图给我看看 |
Author
Owner
|
谢谢你的反馈,问题已核实,API 调用还存在,待修复 |
Owner
|
API 调用目前测试成功,你上述的问题,我今天没有复现成功,你测试一下,问题是否还存在,ApiFox网页端调试好像有问题。
|
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.



调用api 接口的情况下出现了 cookies文本中的符号被编码为四个转义序列,使用decodeURIComponent进行解码以便 正则表达式能够正确匹配