收藏
回答

createWxaCodeUnlimit生成总是报错,一直提示41030错误?

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值无论是带不带“/”,开发模式下应该不需要发布

回答关注问题邀请回答
收藏

2 个回答

  • 智能回答 智能回答 本次回答由AI生成
    2025-09-29
    有用 1
  • Mr.Zhao
    Mr.Zhao
    2025-09-29

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

    2025-09-29
    有用
    回复
登录 后发表内容