猿问

根据天node开发微信写的,出了点问题

exports.tpl= function (content, message) {
    var info={}
    var type='text'
    var fromUserName=message.FromUserName
    var toUserName=message.ToUserName
    if(Array.isArray(content)){
        type='news'
    }
    type= content.type || type
    info.content=content
    info.createTime=new Date().getTime()
    info.msgType=type
    info.toUserName=fromUserName
    info.fromUserName=toUserName
    return tpl.compiled(info)
}

这是暴露出去的tpl,可运行时一直说content,type是undefined,有在学这个课的或者学过的遇到过类似的问题吗,第四天的,求解答,好多坑啊

慕运维1310663
浏览 1240回答 3
3回答

名分开就是姓名

我没买这个视频,想帮你也帮不了啊,也许我看了 可以替你研究研究

春秋先生

content.type 是什么?  
随时随地看视频慕课网APP

相关分类

Node.js
我要回答