diff --git a/README.en-us.md b/README.en-us.md
index c0f2707..5c7de49 100644
--- a/README.en-us.md
+++ b/README.en-us.md
@@ -4,7 +4,7 @@ English | [简体中文](./README.md)
-
+
@@ -107,6 +107,7 @@ Starting from v1.3.0, the frontend and backend of the management backend are mer
| v2.6.6 | v2.6.6 |
| v2.7.0 | v2.7.0 |
| v2.7.1 | v2.7.1 |
+| v2.7.2 | v2.7.2 |
Please download the corresponding management backend version according to the version of the community version
diff --git a/README.md b/README.md
index 7c34a62..539f8cc 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
-
+
@@ -109,6 +109,7 @@ API地址:http://demo.fizzgate.com/proxy/[服务名]/[API_Path]
| v2.6.6 | v2.6.6 |
| v2.7.0 | v2.7.0 |
| v2.7.1 | v2.7.1 |
+| v2.7.2 | v2.7.2 |
请根据社区版的版本下载对应的管理后台版本
diff --git a/docker-compose.yml b/docker-compose.yml
index 77d39ae..3436910 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.6"
services:
fizz-mysql:
- image: "fizzgate/fizz-mysql:2.7.1"
+ image: "fizzgate/fizz-mysql:2.7.2"
container_name: fizz-mysql
restart: always
hostname: fizz-mysql
@@ -27,7 +27,7 @@ services:
- fizz
fizz-gateway-community:
- image: "fizzgate/fizz-gateway-community:2.7.1"
+ image: "fizzgate/fizz-gateway-community:2.7.2"
container_name: fizz-gateway-community
restart: always
hostname: fizz-gateway-community
@@ -48,7 +48,7 @@ services:
- fizz
fizz-manager-professional:
- image: "fizzgate/fizz-manager-professional:2.7.1"
+ image: "fizzgate/fizz-manager-professional:2.7.2"
container_name: fizz-manager-professional
restart: always
hostname: fizz-manager-professional
diff --git a/fizz-bootstrap/js/common.js b/fizz-bootstrap/js/common.js
index cccb334..c8eb437 100644
--- a/fizz-bootstrap/js/common.js
+++ b/fizz-bootstrap/js/common.js
@@ -166,11 +166,11 @@ var common = {
},
/**
- * 获取步骤中调用的接口的响应头
+ * 获取步骤中调用的接口的响应体
* @param {*} ctx 上下文 【必填】
* @param {*} stepName 步骤名【必填】
* @param {*} requestName 请求的接口名 【必填】
- * @param {*} field 字段名 【选填】,不传时返回整个响应头
+ * @param {*} field 字段名 【选填】,不传时返回整个响应体
*/
getStepRespBody: function (ctx, stepName, requestName, field){
var resp = this.getStepResp(ctx, stepName, requestName);
diff --git a/fizz-bootstrap/pom.xml b/fizz-bootstrap/pom.xml
index f30a1a4..7e46f76 100644
--- a/fizz-bootstrap/pom.xml
+++ b/fizz-bootstrap/pom.xml
@@ -6,7 +6,7 @@