server/service/src/main/java/com/doumee/core/utils/Constants.java | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
server/service/src/main/java/com/doumee/core/utils/Constants.java
@@ -683,11 +683,8 @@ // 场景码,与前端约定,最终是需要前端解析 body.put("scene", scene); // 正式版为 "release",体验版为 "trial",开发版为 "develop"。默认是正式版。 String env_version = "trial"; String env_version = "release"; body.put("env_version", env_version); if(env_version.equals("release")&&StringUtils.isNotBlank(page)){ body.put("page", page); } // body.put("page", "pages/index/index"); // 透明,根据你的场景自行设置body参数 body.put("is_hyaline", true);