公众号后台的服务器配置那里,是怎么样的?能截个图吗?
公众号发送语音消息,后台托管服务接收不到事件?公众号appid: wx4356315475859148 已经试过https://developers.weixin.qq.com/community/develop/doc/00046e84cf4b888fbb4ee91ba54c00这里更新ip白名单的方式,也不行。 在后台服务中,打印request.body, 语音信息根本没有。
2023-04-06应该有两种方法: 点击按钮之后直接刷新页面点击按钮后调数据源方法获取图表数据,然后把图标数据设置到页面state里,同时把图表数据绑定到state
如何按钮刷新页面?本来想的是能不能实时更新统计数据好像不行,然后就插入了一个按钮,想达到点击页面刷新功能。 [图片]
2023-04-06MEDIA_ERR_NETWORK是下载资源时发生了错误。 提供一下具体的报错截图?或者示例URL?
音频格式文件转为mp4视频格式时,通过视频控件展示,手机上仍然显示加载失败?是在微搭编辑器上基于模板在线编辑的小程序,电脑预览上可以正常播放,但是ios手机上预览会显示MEDIA_ERR_NETWORK,请问有无办法解决?
2023-04-04看起来是你的服务调用第三方接口的时候超时了,并且没有处理异步的错误,所以报UnhandledPromiseRejectionWarning
微信云托管调用接口全部报{ errcode: -1, errmsg: 'Timeout while?微信云托管调用接口全部报{ errcode: -1, errmsg: 'Timeout while 14:1104/03 14:11:14 cloud-test-080 (node:28) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 6938) 04/03 14:11:14 cloud-test-080 at processTicksAndRejections (internal/process/task_queues.js:95:5) 04/03 14:11:14 cloud-test-080 at runMicrotasks () 04/03 14:11:14 cloud-test-080 at getUrl (/usr/src/app/common/wx_common.js:549:25) 04/03 14:11:14 cloud-test-080 at /usr/src/app/routes/wx-mp/wxMpController.js:45:13 04/03 14:11:14 cloud-test-080 at ServerResponse.json (/usr/src/app/node_modules/express/lib/response.js:267:15) 04/03 14:11:14 cloud-test-080 at ServerResponse.send (/usr/src/app/node_modules/express/lib/response.js:170:12) 04/03 14:11:14 cloud-test-080 at ServerResponse.header (/usr/src/app/node_modules/express/lib/response.js:767:10) 04/03 14:11:14 cloud-test-080 at ServerResponse.setHeader (_http_outgoing.js:561:11) 04/03 14:11:14 cloud-test-080 at new NodeError (internal/errors.js:322:7) 04/03 14:11:14 cloud-test-080 (node:28) UnhandledPromiseRejectionWarning: Error [ERR_HTTP_HEADERS_SENT]: Cannot set headers after they are sent to the client 04/03 14:11:14 cloud-test-080 { errcode: -1, errmsg: 'Timeout while waiting for response' } result qrcode 04/03 14:11:14 cloud-test-080 网络请求错误 Timeout while waiting for response 04/03 14:11:14 cloud-test-080 返回结果: Timeout while waiting for response 04/03 14:11:14 cloud-test-080
2023-04-03可以在pipeline里加一段 .lookup(...) .sort({ 'score.math': 1 }) .end()
aggregate.sort可以把原collecti按lookup出来的对象字段里的某一字段排序吗?比如我有如下name collection, 通过aggregate.lookup获得了score关联信息, 如下: {name: jerry, score:{math:80, english:70}} {name: cavin, score:{math:70, english:90}} 请问可以按score里的math来排序name collection吗? 我看文档里的sort的实例只有对原collction里的字段的排序方法.
2023-04-03提供下完整的报错构建日志?
一直部署失败咋办?问题id:wx52bc9aa38210345a prod-4gtt0gwbc22fe6c7 tid=201908 rid=multi_tenant_1pi4SB2JVOabKB tuka bid=30826258 tuka-001
2023-03-31自定义API用的是「自定义代码」还是「云开发云函数」?
微搭低代码自定义api,调用云函数超时时间?云函数超时时间设置成了120秒,但是微搭低代码自定义api调用该云函数 20秒就超时了
2023-03-30这个应该和云托管没有关系,检查一下腾讯云API的秘钥是否正确?以及是否具备相应的权限?
微信云托管中 调用数据万象 文本审核接口 出错?resource (qcs::ci:ap-shanghai:uid/1317148318:bucket/7465-test-1gkjfr9r8914e68d-1317148318/job/*) has no permission (Status Code: 401; Error Code: AccessDenied; Request ID: NjQyNTBiY2VfZDVjZTlmMGJfNDYxNl8yMjU2MGY=); Trace ID:
2023-03-30提供下完整的日志,目前信息看不出来
微信云托管部署失败什么原因?create_eks_virtual_service : succ, check_eks_virtual_service : process, DescribeVersion_user_error_Back-off restarting failed container, [service]:[Back-off restarting failed container,]
2023-03-30提供一下具体的报错信息以及可复现代码?
本地调试开启时可以正常调用云函数,不开本地调试就失败https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-sdk-api/open/pay/CloudPay.unifiedOrder.html
2023-03-29