mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
perf: http body parse (#3357)
* perf: http body parse * perf: http body parse
This commit is contained in:
@@ -751,7 +751,6 @@
|
||||
"core.module.template.config_params": "可以設定應用程式的系統參數",
|
||||
"core.module.template.empty_plugin": "空白外掛程式",
|
||||
"core.module.template.empty_workflow": "空白工作流程",
|
||||
"core.module.template.http body placeholder": "與 Apifox 相同的語法",
|
||||
"core.module.template.self_input": "外掛程式輸入",
|
||||
"core.module.template.self_output": "外掛程式輸出",
|
||||
"core.module.template.system_config": "系統設定",
|
||||
|
@@ -64,6 +64,7 @@
|
||||
"full_response_data": "完整回應資料",
|
||||
"greater_than": "大於",
|
||||
"greater_than_or_equal_to": "大於或等於",
|
||||
"http_body_placeholder": "與 APIFox 類似的語法,可透過 / 來啟動變數選擇。\n字串變數均需加雙引號,其他類型變數無需加雙引號。\n請嚴格檢查是否符合 JSON 格式。",
|
||||
"http_extract_output": "輸出欄位擷取",
|
||||
"http_extract_output_description": "可以透過 JSONPath 語法來擷取回應值中的指定欄位",
|
||||
"http_raw_response_description": "HTTP 請求的原始回應。僅接受字串或 JSON 類型回應資料。",
|
||||
@@ -193,4 +194,4 @@
|
||||
"workflow.Switch_success": "切換成功",
|
||||
"workflow.Team cloud": "團隊雲端",
|
||||
"workflow.exit_tips": "您的變更尚未儲存,「直接結束」將不會儲存您的編輯紀錄。"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user