- ## API站點,管理后臺添加目錄文件

- ## 配置文件
```
{
"port": 7001, // 啟動端口號
"mysql": {
"host": "127.0.0.1",
"port": 3306,
"username": "artworks",
"password": "AdzAEMCcr7GyYZs4",
"database": "artworks"
},
"redis": {
"port": 6379,
"host": "127.0.0.1",
"password": "",
"db": 1
},
"kuaishou_class": 1273,
"douyin_notify_url": "https://域名/api/openApi/mpDouyinPayNotifyUrl",
"kuaishou_notify_url": "https://域名/api/openApi/mpKuaishouPayNotifyUrl",
"weixin_notify_url": "https://域名/api/openApi/mpweixinPayNotifyUrl",
"h5Address": "http://公眾號域名/",
"weixin_redirect_url": "https://域名/api/weixinOfficial/redirectUrl",
"s": "授權碼",
"t": "s",
"m": "授權域名",
"platform": "linux",
"arch": "x64",
"location": "/public/phantomjs"
}
```
