|
@@ -164,7 +164,7 @@ public class UserServiceImpl extends ServiceImpl<OrderMapper, Order> implements
|
|
|
jsonObject.put("scene", "contractId=" + key); //参数自定义
|
|
|
jsonObject.put("page","pages/index/index");//要生成小程序码的链接
|
|
|
jsonObject.put("width",300);
|
|
|
- jsonObject.put("env_version", "develop");
|
|
|
+ jsonObject.put("env_version", conf.getEnvVersion());
|
|
|
out.print(jsonObject);
|
|
|
// flush输出流的缓冲
|
|
|
out.flush();
|