多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
>[danger] #### 前言 **文件存储我们提供了四种存储方式** * 本地服务器:文件存放在本地服务器上 * 七牛云对象存储 Kodo * 阿里云对象存储 OSS * 腾讯云对象存储 COS **使用七牛云、阿里云、腾讯云时,需要将云存储的访问域名 添加到小程序后台的服务器域名里,否则会导致海报图片生成失败** >[danger] #### 本地存储 ![](https://img.kancloud.cn/42/45/4245b261481949956dfe839f1e8090db_1301x698.png) >[danger] #### 阿里云对象存储 OSS * 阿里云OSS:[https://www.aliyun.com/ss/?k=OSS](https://www.aliyun.com/ss/?k=OSS) * 配置方法参考文章:[https://www.itqaq.com/index/art/178.html](https://www.itqaq.com/index/art/178.html) >[danger] #### 腾讯云对象存储 COS * 腾讯云COS:[https://cloud.tencent.com/product/cos](https://cloud.tencent.com/product/cos) * 配置方法参考文章:[https://www.itqaq.com/index/art/179.html](https://www.itqaq.com/index/art/179.html) >[success] #### 七牛云对象存储 Kodo * 七牛云官网:[https://www.qiniu.com](https://www.qiniu.com/) * 配置方法参考文章:[https://www.itqaq.com/index/art/15.html](https://www.itqaq.com/index/art/15.html) * 配置示例: ![](https://img.kancloud.cn/d2/57/d257e08ae70d74c97b027385adfa85d2_1325x657.png) >[danger] #### 域名配置到小程序服务器域名(七牛云为例) * 在后台的 配置管理 - 功能开关 - 存储配置里,复制 配置好的域名,进入小程序后台 ![](https://img.kancloud.cn/24/dc/24dc35cb1ecc9e62c3af16c675724001_1418x699.png) * 进入小程序后台 开发管理 - 开发设置 - 服务器域名,点击修改 ![](https://img.kancloud.cn/e4/d1/e4d120d723d3183115906143a12c693e_1813x875.png) * 将云存储的域名填写进去 ![](https://img.kancloud.cn/66/c6/66c62c174d00dfc54c149587f5f1fd2a_1399x848.png)