微信接口 /wxa/getwxacodeunlimit
String scene = token;
Map<String, Object> postBean = new HashMap<String, Object>();
postBean.put("scene", scene);
postBean.put("page", "pages/index/index");
postBean.put("width", 430);
postBean.put("env_version", "develop");
postBean.put("check_path", false);
开发时使用此接口获取微信码, 提示"开发版小程序已过期, 请在开发者工具重新扫描", 请问怎么回事呢? 可以在开发中吗?
