optionId从哪来的
奇怪的渲染bug?if判断好像不支持字符串变量这是模板部分 [图片] 这是实际被渲染的效果 [图片] [图片] 太神奇了,也就是说,模板在渲染的时候 不知道是只执行了以此还是什么问题,导致 userAnswers[currentIndex].indexOf(item.label) > -1 一直都是false 魔幻的是 字符串 ABC 查询A 正确是true 但结果是 false
11-02dockerfile文件 自己装个字体
生成图形验证码时报错,无法找到动态库,进入容器内发现没有fonts文件夹?[图片]
11-02啥也看不出来
模拟器可以登录,真机点登录没反应,证书也正常,为什么呢?[图片]
11-02报错行数是哪里
微信支付回调函数报错java.lang.IllegalStateException: It is illegal to call this method if the current request is not in asynchronous mode (i.e. isAsyncStarted() returns false 代码如下 [图片]
11-02微信不保存密钥,无法获取,只能重置
AppSecret(小程序密钥) 能否通过申诉找到?以前开发者跑路了,服务器快到期了,客户不知道登录方式,小程序源码没有,都是从新开发的,没有AppSecret(小程序密钥),重置的话会影响现在的小程序运行,有没有小程序的客服或者通过申诉或者工单来找回AppSecret(小程序密钥),急急急!!
10-29appid从哪来的
Scope 参数错误或没有 Scope 权限?/** * 生成场景二维码URL */ public String getQrCodeUrl(String scene, String redirectUrl) { // 生成唯一的sceneStr String sceneStr = generateSceneStr(scene); // 存储初始状态 WechatLoginStatusDTO status = new WechatLoginStatusDTO(); status.setStatus(WechatLoginStatusDTO.STATUS_WAITING); status.setSceneStr(sceneStr); loginStatusMap.put(sceneStr, status); // 构建微信授权URL(这里使用网站应用扫码登录方式) String authUrl = "https://open.weixin.qq.com/connect/qrconnect" + "?appid=" + appId + "&redirect_uri=" + java.net.URLEncoder.encode(redirectUrl) + "&response_type=code" + "&scope=snsapi_login" + "&state=" + sceneStr + "#wechat_redirect"; return authUrl; } { "msg": "操作成功", "code": 200, "data": [ { "sceneStr": "match_a", "qrCodeUrl": "https://open.weixin.qq.com/connect/qrconnect?appid=wxdb73333e7165b334&redirect_uri=http%3A%2F%2F127.0.0.1%3A8081%2Fapi%2Fuser%2Flogin%2Fwechat%2Fcallback&response_type=code&scope=snsapi_login&state=match_a_1761642257634_302_1761642257634_695#wechat_redirect", "sceneName": "比赛甲", "scene": "match_a" }, { "sceneStr": "match_b", "qrCodeUrl": "https://open.weixin.qq.com/connect/qrconnect?appid=wxdb73333e7165b334&redirect_uri=http%3A%2F%2F127.0.0.1%3A8081%2Fapi%2Fuser%2Flogin%2Fwechat%2Fcallback&response_type=code&scope=snsapi_login&state=match_b_1761642259952_90_1761642259952_736#wechat_redirect", "sceneName": "比赛乙", "scene": "match_b" } ] } 问题:scope参数错误或没有scope权限是什么意思
10-28模板ID哪来的,服务号还是小程序的?
小程序发送订阅消息,为什么会非法模板id?https://api.weixin.qq.com/cgi-bin/message/subscribe/send [图片] { "errcode": 40037, "errmsg": "invalid template_id rid: 69009eaa-3f81c56d-792befca" }
10-28是不是违规了,把分享能力给封禁了
错误代码:43121,获取短链出错,这怎么处理?之前一直在使用,突然就不能用了 错误代码:43121,说明:can not generate short link for banning share ability rid: 69003ae1-1bfe6827-03d16ec7 appid:wx3477fddca048af0c /wxa/genwxashortlink
10-28认证过期了吧
此公众号并没有这些scope权限错误码10005?微信公众号APPIDwx7cee28bdb6125331,我们之前的功能是扫码做问卷,从上个月开始扫码会弹窗这个页面[图片],公司有多个公众号,请问wx7cee28bdb6125331的ID公众号是哪个
10-28一个是服务号的模板消息,另一个是小程序的订阅消息
接口的区别是什么?String url = "https://api.weixin.qq.com/cgi-bin/message/template/send?access_token=" + token; String url2 = "https://api.weixin.qq.com/cgi-bin/message/subscribe/send?access_token=" + token; z和两个接口什么区别?
10-27