unable to res.json the list of msg sent using twilio

后端 未结 0 1845
攒了一身酷
攒了一身酷 2020-12-12 06:23
router.get(
  "/send",
  async (req, res) => {
    client.messages
      .list({ limit: 20 })
      .then((messages) => messages.forEach((m) => co         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题