HotApp applets collect statistics on the free Https backend servers in the cloud background to facilitate learning of applets and hotapphttps
The background is required for learning small programs, such as storing data on the server or logging on to the server.
Hotapp has free mini-app cloud background that includes basic addition, query, modification, and deletion operations to facilitate learning and can also be used without the need for appid.
Small Program phone debugging appid, a simple solution: http://www.wxapp-union.com/forum.php? Mod = viewthread & tid = 495.
Free cloud back-end application web site https://weixin.hotapp.cn/, registration can be free trial
Request valid domain name is https://wxapi.hotapp.cn/
Interface document
1. Added and modified the API
Interface Name: stores data
Interface Description: stores data, a string or json object.
Interface address: https://wxapi.hotapp.cn/api/post
Wx. request ({url: 'https: // wxapi.hotapp.cn/api/post', data: {appkey: 'xxxxxx', key: "key1", value: 'I am content'}, header: {'content-type': 'application/json'}, success: function (res) {console. log (res )}})
2. query API
Interface Name: Read data
Interface Description: reads data, a string, or a json object.
Interface address: https://wxapi.hotapp.cn/api/get
wx.request({ url: 'https://wxapi.hotapp.cn/api/get', data:{ appkey: 'XXXXXX', key: "key1", }, header: { 'content-Type': 'application/json' }, success: function(res){ console.log(res) }})
3. Delete API
4. Online debug tool https://weixin.hotapp.cn/api/debug