zwxi 11 月之前
父节点
当前提交
a1c78f9d84
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/chart.go
  2. 二进制
      eta_report

+ 1 - 1
controllers/chart.go

@@ -38,7 +38,7 @@ func (this *ChartController) ChartDetail()  {
 		br.ErrMsg = "参数解析失败,Err:" + err.Error()
 		return
 	}
-	url := fmt.Sprint(utils.ChartLibUrl+`chart/detail?UniqueCode=%s`, req.UniqueCode )
+	url := fmt.Sprint(utils.ChartLibUrl+`/chart/detail?UniqueCode=%s`, req.UniqueCode )
 
 	resp, e := http.Get(url)
 	if e != nil {

二进制
eta_report