用AI赚第一桶💰低成本搭建一套AI赚钱工具,源码可二开。 广告
## 跟详情页查询一样,只不过model的值为classtype ``` // 利用微信API请求查询单条数据 // limit:1 必须为1,才是单条数据查询 wx.request({ url:'https://demo.jizhicms.cn/GetData/index', data:{ key: 123456, model:"classtype", id:1, limit:1}, method:'POST', header: { 'content-type': 'application/x-www-form-urlencoded' }, dataType:'json', success:function(res){ console.log(res); } }); ```