获取配置路径修改为云端

This commit is contained in:
fish 2019-04-17 20:16:52 +08:00
parent 38d3121910
commit de99d7130e
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ var dparkConf DparkConf
//获取数据防抖配置时间
func getConf() {
resp, err := http.Get("http://localhost:8082/dpark/getConf")
resp, err := http.Get("https://smartoilets.cn/socketServer/dpark/getConf")
if err != nil {
// handle error
log.Println("getConf.get.err", err)