0.登陸[www.smallapp.vip](http://www.smallapp.vip)
1.選擇"管理項目"

2.進入小程序項目后,“項目發布”→“發布新版本”→“微信”即可下載一個壓縮文件(注意此頁上部“您的小程序專屬API域名是 **https://自己的數字.ixiaochengxu.cc**”后面會用到)

3.接下來是配置“服務器域名”,進入到[mp.weixin.qq.com](https://mp.weixin.qq.com)后臺,
進入“開發管理”→“開發設置”→“服務器域名”→“修改”
request合法域名:
```
https://自己的數字.ixiaochengxu.cc;https://apis.map.qq.com;https://xrs.ixiaochengxu.cc;https://static.ixiaochengxu.cc;https://xrs.tupiancunchu.com
```
socket合法域名:
```
wss://自己的數字.ixiaochengxu.cc;wss://apis.map.qq.com;wss://xrs.ixiaochengxu.cc
```
uploadFile合法域名:
```
https://自己的數字.ixiaochengxu.cc;https://apis.map.qq.com;https://xrs.ixiaochengxu.cc
```
downloadFile合法域名:
```
https://自己的數字.ixiaochengxu.cc;https://apis.map.qq.com;https://xrs.ixiaochengxu.cc;https://wx.qlogo.cn;https://thirdwx.qlogo.cn;https://mmbiz.qpic.cn;https://static.ixiaochengxu.cc;https://xrs.tupiancunchu.com;https://apis.map.qq.com;
```
4.上傳小程序
(1)解壓縮小程序壓縮包到一個文件夾內
(2)下載**微信開發者工具**https://developers.weixin.qq.com/miniprogram/dev/devtools/download.html,下載安裝掃碼登陸,添加/導入小程序(上一步解壓的小程序文件夾)
(3)導入后即可預覽,點擊右上角“**上傳**”
5.提交發布,再次回到[mp.weixin.qq.com](https://mp.weixin.qq.com)后臺
點擊“版本管理”→“提交審核”,等待騰訊審核通過后發布即可正式上線。