问题解决
云函数返回的对象的属性不能访问xd(){wx.cloud.init({env:"jh001-9gryplec55e9efeb"}); let {order}={...this.data}; order.orderId=new Date().getTime(); console.log({"name":"订单"}.name); wx.cloud.callFunction({ name:"get_xd", data:{order:order} }).then(res=>console.log(res))} //以上是小程序中的代码 //以下是云函数部分代码 try { let result= cloud.openapi.logistics.addOrder(order); /* return result; 云函数返回给小程序的数据 result: {orderId: "1690084690185", waybillId: "1690084690185_waybill_id", deliveryResultcode: 0,。。。。。 */ await db.collection('order').add({ data:{ orderId:result.orderId, //为何result的对象属性访问不到 waybillId:result.waybillId //为何result的对象属性访问不到 } }).then(res=>res).catch(console.log(err)) } catch (err) { return err }
2023-07-24微信开发者工具也是最新版本
定时器、云函数都已经更新,云函数定时触发器还是失败?[图片]
2022-02-26https://developers.weixin.qq.com/s/as6T7DmO7Hqd win7系统,微信开发工具[图片]
数据显示异常?[图片]
2021-05-28