微信小程序-云开发 数据库http接口封装
最近学习一下微信小程序的云开发,作为serverless架构,着实省去很多麻烦,省的搞https证书了,也不用写api,但是总是要建后台系统的,云开发的数据库是nosql,为了用一下分页,我就封装了一下接口,如下class WeChatCloudDB(object): """ 微信小程序云开发相关接口 https://developers.weixin.qq.com/miniprogram/dev/wxcloud/reference-http-ap