MrShi
15 小时以前 d295f1f7706e51b158cb7252b6ac633b1f9a1982
server/dmmall_service/src/main/java/com/doumee/core/utils/Constants.java
@@ -1385,7 +1385,7 @@
        // 场景码,与前端约定,最终是需要前端解析
        body.put("scene", scene);
        // 正式版为 "release",体验版为 "trial",开发版为 "develop"。默认是正式版。
        String env_version = "develop";
        String env_version = "trial";
        body.put("env_version", env_version);
        if(isUsePage){
            body.put("page", page);