瀏覽代碼

no message

zhangchuanxing 2 周之前
父節點
當前提交
f8f4428cf3
共有 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())
 		err = errors.New("json.Unmarshal " + e.Error())
 		return
 		return
 	}
 	}
-	//fmt.Println(response.Code)
 	token = response.Data
 	token = response.Data
 	return
 	return
 }
 }

+ 1 - 0
utils/config.go

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