- 公众号被动回复bug?
[图片] 为什么测试接口成功了实际使用没有返回任何提示
05-29 - 云托管部署出现错误?
-----------服务wx-public部署wx-public-085----------- 2024-03-26 12:06:04 create_eks_virtual_service : succ, 2024-03-26 12:06:04 check_eks_virtual_service : process, DescribeVersion_user_error_Liveness probe failed: dial tcp 10.7.11.167:80: connect: connection refused,
03-26 - #云开发# 请问云函数如何在控制台端创建文件夹?
exports.main = async (event, context) => { var Saved // const wxContext = cloud.getWXContext() const path = __dirname + "/UserData/" + "event.openId" fs.mkdir(path,err=>{ if (!err){ console.log("file Success") } else{ console.log("file Fall") } }) return { Saved: false, Path:path, 这段代码不知道创建在那里了
2022-02-03 - 官方文档 wx.chooseMedia(Object object) 代码有误
https://developers.weixin.qq.com/miniprogram/dev/api/media/video/wx.chooseMedia.html [图片] res.tempFiles是一个列表,如要访问列表的tempFilePath属性 应该改为res.tempFiles[0].tempFilePath 如果不加下标,打印出的为undefined
2022-01-14