From 644ae857717efaedf208a3cbd9c402142319537a Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Thu, 8 Dec 2022 17:37:09 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=8E=A5=E5=8F=A3=E6=B5=8B=E8=AF=95):?= =?UTF-8?q?=20=E4=BC=98=E5=8C=96=E6=8E=A5=E5=8F=A3=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E8=AF=B7=E6=B1=82=E8=AF=B4=E6=98=8E=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1020711 --user=王孝刚 【接口测试】github#20491,接口定义,请求说明路径参数用#{id}描述不准确需要修改 https://www.tapd.cn/55049933/s/1314398 --- framework/sdk-parent/frontend/src/i18n/lang/en-US.js | 2 +- framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js | 2 +- framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js index 328fb86ffb..797a9c3280 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/en-US.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/en-US.js @@ -1347,7 +1347,7 @@ const message = { case: "Case", responsible: "Executor", title: "Create api", - path_info: "Please enter the URL of the interface, such as /api/demo/#{id}, where id is the path parameter", + path_info: "Please enter the URL of the interface, such as /api/demo/${id}, where id is the path parameter", path_all_info: "Please enter the complete test address", fast_debug: "Fast debug", close_all_label: "close all label", diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js index c949b0bde0..390119a4d6 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-CN.js @@ -1357,7 +1357,7 @@ const message = { case: "用例", responsible: "责任人", title: "创建接口", - path_info: "请输入接口的URL,如/api/demo/#{id},其中id为路径参数", + path_info: "请输入接口的URL,如/api/demo/${id},其中id为路径参数", path_all_info: "请输入完整测试地址", fast_debug: "快捷调试", close_all_label: "关闭所有标签", diff --git a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js index eaa1ccbee0..9cc935e729 100644 --- a/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js +++ b/framework/sdk-parent/frontend/src/i18n/lang/zh-TW.js @@ -1354,7 +1354,7 @@ const message = { case: "用例", responsible: "責任人", title: "創建接口", - path_info: "請輸入接口的URL,如/api/demo/#{id},其中id為路徑參數", + path_info: "請輸入接口的URL,如/api/demo/${id},其中id為路徑參數", path_all_info: "請輸入完整測試地址", fast_debug: "快捷調試", close_all_label: "關閉所有標簽",