Browse Source

no message

zhangchuanxing 2 weeks ago
parent
commit
f8f4428cf3
2 changed files with 1 additions and 1 deletions
  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

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