4.8.18 test (#3571)

* rename

* update doc

* doc

* doc

* perf: intro
This commit is contained in:
Archer
2025-01-13 10:43:38 +08:00
committed by GitHub
parent d0d1a2cae8
commit 4dfeb21da3
8 changed files with 24 additions and 21 deletions

View File

@@ -116,9 +116,9 @@ export const dispatchHttp468Request = async (props: HttpRequestProps): Promise<H
variables: allVariables
});
};
/* 特殊处理 JSON 的字符串,减少解码错误
1. 找不到的值,替换成 null
2. 有换行字符串
/* Replace the JSON string to reduce parsing errors
1. Replace undefined values with null
2. Replace newline strings
*/
const replaceJsonBodyString = (text: string) => {
const valToStr = (val: any) => {