汇很多代理小程序

wzh b28fde42b2 更新 船东身份证上传样式 3 lat temu
cloudfunctions 7c8e57e35c init 3 lat temu
miniprogram b28fde42b2 更新 船东身份证上传样式 3 lat temu
.gitignore 80469163d0 Initial commit 3 lat temu
README.md 7c8e57e35c init 3 lat temu
project.config.json e96deee998 新增 新建船东;首页数据 3 lat temu
project.private.config.json b28fde42b2 更新 船东身份证上传样式 3 lat temu
uploadCloudFunction.sh 7c8e57e35c init 3 lat temu
隐私协议.txt 531735a08c 更新 tabbar 3 lat temu

README.md

云开发 quickstart

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

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

参考文档