String componentAccessToken = getComponentAccessToken();
String postUrl = url.replace("TOKEN", componentAccessToken);
HashMap<String, Object> map = new HashMap<>(0);
map.put("name", name);
map.put("code", code);
map.put("code_type", codeType);
map.put("legal_persona_wechat", legalPersonaWechat);
map.put("legal_persona_name", legalPersonaName);
map.put("component_phone", "componentPhone");
String response = HttpUtil.post(postUrl, JSONUtil.toJsonStr(map));
"errcode":89254,"errmsg":"lack of some component rights rid: 6864fa3a-07ef4d8f-6fa87481" 麻烦帮我看看,谢谢了

你好,请参考文档https://developers.weixin.qq.com/doc/oplatform/Third-party_Platforms/2.0/product/Register_Mini_Programs/Fast_Registration_Interface_document.html检查下第三方平台是否勾选一下5个权限集且是否全网发布生效
