String scene = "brand," + brandId;
File file = wxMaService.getQrcodeService().createWxaCodeUnlimit(scene, "pages/index/index");
String scene = "brand," + brandId;
File file = wxMaService.getQrcodeService().createWxaCodeUnlimit(scene, "/pages/index/index");
{"errcode":41030,"errmsg":"invalid page rid: 68da312c-679c2251-469ab899"}
page值无论是带不带“/”,开发模式下应该不需要发布

需要check_path false跳过检查,没看接口参数要求吧