框架类型 | 问题类型 | 终端类型 | AppID | 环境ID | 基础库版本 |
---|---|---|---|---|---|
小程序 | Bug | 微信安卓客户端 | wxdf3d511605b3e50d | xly-5gwz1isd70c4492b | 2.0.0 |
// 云函数入口文件
const cloud = require('wx-server-sdk')
cloud.init({
env: cloud.DYNAMIC_CURRENT_ENV
})
exports.main = async (event, context) => {
console.log(event)
return {
ToUserName: event.FromUserName,
FromUserName: event.ToUserName,
CreateTime: Date.parse(new Date())/1000,
MsgType: 'news',
ArticleCount:1,
Articles:{
item:{
title:'标题',
Description:' 内容',
PicUrl:'cloud://xly-5gwz1isd70c4492b.786c-xly-5gwz1isd70c4492b-1316579829/code.png',
Url:'https://developers.weixin.qq.com/'
}
},
}
}
得到的结果:
是个空白链接,点击也没有反应。
大佬帮我看看,代码有什么问题吗?非常感谢!
网友回复
深白:
sorry!标题字打错了,应该是: