扫一扫二维码上的内容去数据库查数据?
发布于 6 年前 作者 yong35 6468 次浏览 来自 问答

怎么写代码实现,用小程序上的扫一扫获得二维码或者条形码上的内容去查询数据库里的内容?

1 回复
wx.scanCode({
  success: (res) => {    console.log(res)
  }
})

解析res,然后request去查库

回到顶部