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