汇很多货主小程序

wzh 2add7d4479 todo 航次详情 il y a 3 ans
cloudfunctions 9bc0763337 init il y a 3 ans
miniprogram 2add7d4479 todo 航次详情 il y a 3 ans
.gitignore e39523c236 Initial commit il y a 3 ans
README.md 9bc0763337 init il y a 3 ans
project.config.json b6a61c41e1 新增 航次列表组件 il y a 3 ans
project.private.config.json 2add7d4479 todo 航次详情 il y a 3 ans
uploadCloudFunction.sh 9bc0763337 init il y a 3 ans
隐私协议.txt 9bc0763337 init il y a 3 ans

README.md

云开发 quickstart

这是云开发的快速启动指引,其中演示了如何上手使用云开发的三大基础能力:

  • 数据库:一个既可在小程序前端操作,也能在云函数中读写的 JSON 文档型数据库
  • 文件存储:在小程序前端直接上传/下载云端文件,在云开发控制台可视化管理
  • 云函数:在云端运行的代码,微信私有协议天然鉴权,开发者只需编写业务逻辑代码

参考文档