https://www.cnblogs.com/LiangSW/p/9415246.html
20190326更新
访问:小程序->访问https://api.**.com/chat->nginx
项目地址:https://github.com/JamesYing/signa
1.本地安装步骤速览
1.1
主要思路:1:建立一个云函数获取后台信息,得到的是一个json字符串2:调用云函数获取到后台的信息,并将信息JSON.parse(jsonString)传递到小程序3: