[图片][图片] 换了querystring,还是报错
cv/img/superresolution接口传了img_url参数报错?[图片] 如图 [图片]
2023-12-23+1,新增草稿api怎么没有合集字段?
公众号 图文群发接口 ,如何指定 “合集” ?https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Batch_Sends_and_Originality_Checks.htmlhttps://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Overview.htmlhttps://developers.weixin.qq.com/doc/offiaccount/Getting_Started/Overview.html 图文群发接口 ,如何指定 “合集” ?
2023-09-10谢谢,像图片中,点击蓝色字,自动回复 制定内容,这个是哪个api呢?上面链接只说到打开小程序和设置菜单
公众号发消息如何带上指令?[图片][图片] 如图,这种公众号回复带指令的内容是怎么实现的?调哪个API呢?
2023-06-12同问,怎么解决
公众号链接跳转提示 打开外部网站风险提示,怎么解决?[图片]
2023-05-09解决了吗?同遇到
云托管获取公众号的access token,也受白名单限制吗?我使用云托管作为中控服务器存储分发公众号的access_token。我以为会走内部调用,白名单拦截的是111.229.85.152。我就需要手动的配置公众号的白名单。云托管出口IP会经常变化吗?或者有没有更好的使用方式?
2023-01-28怎么解决的?同遇到
一直部署失败,怎么回事?代码托管在Gitee上面,以前用腾讯云托管能发布。现在微信云托管一直部署失败。 部署开始于 2022-10-27 17:52:57 AppID: wx46b44984923b1dad 环境名称:openmis-7gigzy95789021aa [1/2] 执行流水线 进行中 预计需要 2 分钟... \ [2022-10-27 17:53:04] Started by user coding [2022-10-27 17:53:04] Running in Durability level: MAX_SURVIVABILITY [2022-10-27 17:53:05] [Pipeline] Start of Pipeline [2022-10-27 17:53:05] [Pipeline] node [2022-10-27 17:53:05] Running on Jenkins in /root/workspace [2022-10-27 17:53:05] [Pipeline] { [2022-10-27 17:53:05] [Pipeline] stage [2022-10-27 17:53:05] [Pipeline] { (检出 ZIP 包) [2022-10-27 17:53:05] Stage "检出 ZIP 包" skipped due to when conditional [2022-10-27 17:53:05] [Pipeline] } [2022-10-27 17:53:05] [Pipeline] // stage [2022-10-27 17:53:06] [Pipeline] stage [2022-10-27 17:53:06] [Pipeline] { (检出代码仓库) [2022-10-27 17:53:06] [Pipeline] sh [2022-10-27 17:53:06] + git clone ****** . [2022-10-27 17:53:06] Cloning into '.'... [2022-10-27 17:53:14] [Pipeline] sh [2022-10-27 17:53:14] + git checkout master [2022-10-27 17:53:14] Already on 'master' [2022-10-27 17:53:14] Your branch is up-to-date with 'origin/master'. [2022-10-27 17:53:14] [Pipeline] } [2022-10-27 17:53:14] [Pipeline] // stage [2022-10-27 17:53:14] [Pipeline] stage [2022-10-27 17:53:14] [Pipeline] { (构建 Docker 镜像) [2022-10-27 17:53:14] [Pipeline] sh [2022-10-27 17:53:14] + docker login -u ****** -p ****** ccr.ccs.tencentyun.com/tcb-******-gckb/ca-suldfelq_openmis:openmis-004-20221027175301 [2022-10-27 17:53:14] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-10-27 17:53:32] Error response from daemon: Get https://ccr.ccs.tencentyun.com/v2/: net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers) [2022-10-27 17:53:32] [Pipeline] } [2022-10-27 17:53:32] [Pipeline] // stage [2022-10-27 17:53:33] [Pipeline] stage [2022-10-27 17:53:33] [Pipeline] { (推送 Docker 镜像到 TCR) [2022-10-27 17:53:33] Stage "推送 Docker 镜像到 TCR" skipped due to earlier failure(s) [2022-10-27 17:53:33] [Pipeline] } [2022-10-27 17:53:33] [Pipeline] // stage [2022-10-27 17:53:33] [Pipeline] } [2022-10-27 17:53:33] [Pipeline] // node [2022-10-27 17:53:33] [Pipeline] End of Pipeline [2022-10-27 17:53:33] ERROR: script returned exit code 1 [2022-10-27 17:53:33] Finished: FAILURE *** -----------构建openmis-004----------- 2022-10-27 17:53:03 create_build_image : succ,
2022-12-20社区已死了吗?没官方回答?
去哪看资源总使用量?[图片] 去哪看总使用量?图片上标的地方不能加个总使用量吗?
2022-08-07这个解决了吗?同遇到
请求URL:wx.cloud.callContainer.undefined,配置错误?// app.js App({ globalData: { theme: 'light', // dark }, onLaunch() { if (!wx.cloud) { console.error('请使用 2.2.3 或以上的基础库以使用云能力'); } else { wx.cloud.init({ // env 参数说明: // env 参数决定接下来小程序发起的云开发调用(wx.cloud.xxx)会默认请求到哪个云环境的资源 // 此处请填入环境 ID, 环境 ID 可打开云控制台查看 // 如不填则使用默认环境(第一个创建的环境) env: this.globalData.env, traceUser: true, }); } }, globalData: { userInfo: null, env: '已隐藏', serviceName: '已隐藏' }, req(d) { let path = d.path; let data = d.data ? d.data : {}; let successFunc = d.success ? d.success : function (e) { console.log(e.data); }; wx.cloud.callContainer({ config: { env: this.globalData.env, }, // 请求路径 path: path, // 请求 HTTP 方法 method: `POST`, // 请求 Body data: data, header: { 'content-type': 'application/x-www-form-urlencoded', 'X-WX-SERVICE': this.globalData.serviceName, // 填入服务名称(微信云托管 - 服务管理 - 服务列表 - 服务名称) }, // 指定请求响应为 json,如不是可改为 text dataType: 'json', // 指定回包返回文本,可选改为 arraybuffer responseType: 'text', success: successFunc }) } }) [图片] rt,使用callContainer发起请求的时候,发现请求的URL上有undefined,感觉应该是不正常的。是我哪里未配置导致的?
2022-08-04装个虚拟机,安装window版本吧
mac 10.15.1,10.15.2开发者工具闪退?根本打不开怎么处理?? [图片]
2022-07-21有技术人员在看这个问题吗?影响开发需求
开发者工具闪退 打不开(查看系统日志,发现报错)?[图片] mac 10.11.6
2022-07-05