- 博客(3)
- 收藏
- 关注
原创 微信小程序订阅功能
前端订阅按钮 1.微信开发者工具前端按钮 // wxml <button class="cuIcon-subscription" style="width:28%" bindtap="book">订阅</button> 2.发送request 模板号在官方网页找: https://mp.weixin.qq.com/wxamp/newtmpl/tmpllib?start=0&limit=10&token=205493114&lang=zh_CN
2021-07-30 17:00:14
239
原创 MySQL数据传递以及与数据库交互
数据传递以及与数据库交互 微信小程序修改数据库信息流程 1.库的导入 #function #_init_.py importlogging importazure.functionsasfunc importjson importmysql.connector importdatetime 2.函数 defmain(req:func.HttpRequest)->func.HttpResponse: 3.获取request中的参数 eventi...
2021-07-30 16:54:31
514
原创 Flask 中 使用 request 库发请求
Flask 中 使用 request 库发请求 (get, post) params = , body= 的区别 使用 request 库发请求 微信小程序退款请求request发送POST流程 1.微信开发者工具前端发送请求 //js wx.request({ url:'*API地址', data:{ openid:this.data.openid, totalPrice:totalPrice, priceAm...
2021-07-30 16:49:05
331
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人