怎么测试?
从这个url:https://developers.messagebird.com/docs/whatsapp/getting-started/开始
var messagebird =需要量(‘messagebird’)();
我的代码
messagebird.conversations.reply(data.id, {
'type': 'image',
'content': {
'image': {
'url': 'https://api.faridblaster.my/test',
'caption': 'Bocaahhh3332'
}
}
}, function (err, response) {
if (err) {
return console.log(err);
}
});结果显示

预期产出应是
状态:“交付”,

提前感谢!
https://stackoverflow.com/questions/60053691
复制相似问题