>[danger] #### 前言
**文件存储我们提供了四种存储方式**
* 本地服务器:文件存放在本地服务器上
* 七牛云对象存储 Kodo
* 阿里云对象存储 OSS
* 腾讯云对象存储 COS
**使用七牛云、阿里云、腾讯云时,需要将云存储的访问域名 添加到小程序后台的服务器域名里,否则会导致海报图片生成失败**
>[danger] #### 本地存储
![](https://img.kancloud.cn/0f/d7/0fd7d8d9050ab93d5b981889cc0ea7d4_1380x604.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)
>[danger] #### 七牛云对象存储 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)
**如果使用七牛云、阿里云、腾讯云时,需要`将云存储的访问域名` 添加到小程序后台的服务器域名里,否则会导致海报图片生成失败**
>[success] #### 域名配置到小程序服务器域名(七牛云为例)
* 配置好七牛云后,复制 “访问域名”
![](https://img.kancloud.cn/95/0c/950c58cc8938bb97b1e25d2bca00597d_1431x654.png)
* 进入小程序后台 开发管理 - 开发设置 - 服务器域名,点击修改
![](https://img.kancloud.cn/48/2f/482f9605af5bb930ada98efe37a175a9_1813x875.png)
* 将云存储的域名填写进去
![](https://img.kancloud.cn/c6/ff/c6ff95a329bf2eca78e183062ad21725_1399x848.png)