|
@@ -37,7 +37,7 @@ func (this *ExcelController) ExcelDetail() {
|
|
br.ErrMsg = "参数解析失败,Err:" + err.Error()
|
|
br.ErrMsg = "参数解析失败,Err:" + err.Error()
|
|
return
|
|
return
|
|
}
|
|
}
|
|
- url := fmt.Sprintf(utils.ChartLibUrl+`/excel_info/detail?UniqueCode=%s&FromScene=%s`, req.UniqueCode,req.FromScene )
|
|
|
|
|
|
+ url := fmt.Sprintf(utils.ChartLibUrl+`/excel_info/detail?UniqueCode=%s&FromScene=%d`, req.UniqueCode,req.FromScene )
|
|
|
|
|
|
resp, e := http.Get(url)
|
|
resp, e := http.Get(url)
|
|
if e != nil {
|
|
if e != nil {
|