|
|
|
@ -172,8 +172,8 @@ public class SceneManageServiceImpl implements ISceneManageService { |
|
|
|
paramJson.set("scene", guid); |
|
|
|
//设置小程序码版本
|
|
|
|
//paramJson.set("env_version","release"); 默认正式
|
|
|
|
//paramJson.set("env_version", "trial"); //体验版
|
|
|
|
paramJson.set("env_version", "develop"); //开发版
|
|
|
|
paramJson.set("env_version", "trial"); //体验版
|
|
|
|
// paramJson.set("env_version", "develop"); //开发版
|
|
|
|
|
|
|
|
return HttpUtils.postInputStream(url, paramJson); |
|
|
|
} |
|
|
|
|