瀏覽代碼

Merge branch 'need/cygx_1048' of http://8.136.199.33:3000/hongze/hongze_cygx into debug

zhangchuanxing 1 月之前
父節點
當前提交
30d5cd8dd1
共有 2 個文件被更改,包括 1 次插入1 次删除
  1. 0 1
      services/ficc_report.go
  2. 1 0
      utils/config.go

+ 0 - 1
services/ficc_report.go

@@ -986,7 +986,6 @@ func GeneralChartToken(source, uniqueCode string) (token string, err error) {
 		err = errors.New("json.Unmarshal " + e.Error())
 		return
 	}
-	//fmt.Println(response.Code)
 	token = response.Data
 	return
 }

+ 1 - 0
utils/config.go

@@ -346,6 +346,7 @@ func init() {
 	YiDongApiConfig()
 	ChartPermissionId()
 	FiccYbEtaHub()
+	OpenapiUrl()
 }
 
 // YiDongApiConfig 易董开放api配置