HotApp applets collect statistics on the free Https backend servers in the cloud background to facilitate learning of applets and hotapphttps

Source: Internet
Author: User

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

 

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.