小程序
小游戏
企业微信
微信支付
扫描小程序码分享
求助,如题
8 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
后台也要我自己弄啊- -但是现在一头雾水
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
接口获取到请求 然后把数据取出来 response回去
wx.request({ url: '你家接口地址', data: { str: '请求的参数' }, header: { 'content-type': 'application/json' // 默认值 }, success: function(res) { console.log(res.data) //接口返回的数据 } })
wx.request({ url: '你家接口地址', data: { str: '请求的参数' }, header: { 'content-type': 'application/json' // 默认值 },
success: function(res) {
console.log(res.data) //接口返回的数据
} })
那问你们后台怎么写接口啊大兄弟
wx.request服务器接口,那数据库里的数据怎么拿到呢?
wx.request 到你家服务器的接口 然后该干嘛干嘛
不需要的话,那我自家的服务器还有数据库里的东西怎么拿呢?
接口数据的来源和微信小程序的开发没有联系
不需要
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
后台也要我自己弄啊- -但是现在一头雾水
接口获取到请求 然后把数据取出来 response回去
wx.request({ url: '你家接口地址', data: { str: '请求的参数' }, header: { 'content-type': 'application/json' // 默认值 },
success: function(res) {
console.log(res.data) //接口返回的数据
} })
那问你们后台怎么写接口啊大兄弟
wx.request服务器接口,那数据库里的数据怎么拿到呢?
wx.request 到你家服务器的接口 然后该干嘛干嘛
不需要的话,那我自家的服务器还有数据库里的东西怎么拿呢?
接口数据的来源和微信小程序的开发没有联系
不需要