Browse Source

no message

xingzai 5 months ago
parent
commit
898b5a9cfb
2 changed files with 3 additions and 2 deletions
  1. 2 2
      services/ficc_report.go
  2. 1 0
      utils/constants.go

+ 2 - 2
services/ficc_report.go

@@ -554,10 +554,10 @@ func GetFiccReportXcxItem(user *models.WxUserItem) (itemSourceResp *models.CygxR
 		}
 	}()
 	itemSource := new(models.CygxResourceDataResp)
-	itemSource.Source = utils.CYGX_OBJ_FICC_REPORT
+	itemSource.Source = utils.CYGX_OBJ_FICC_REPORT_XCX
 
 	itemResp := new(models.FiccReportXcx)
-	itemResp.Source = utils.CYGX_OBJ_FICC_REPORT
+	itemResp.Source = utils.CYGX_OBJ_FICC_REPORT_XCX
 	itemResp.Title = "每日原油播报"
 	itemResp.SecondTitle = "欧美市场隔夜复盘"
 	itemResp.ImgUrl = utils.FICC_REPORT_ICO_HOME

+ 1 - 0
utils/constants.go

@@ -266,6 +266,7 @@ const (
 	CYGX_OBJ_RS_CALENDAR         string = "rscalendar"         // 对象类型:研究员日历安排
 	CYGX_OBJ_USER_FEEDBACK       string = "userfeedback"       // 对象类型:用户交流反馈
 	CYGX_OBJ_FICC_REPORT         string = "ficcreport"         // 对象类型:FICC研报
+	CYGX_OBJ_FICC_REPORT_XCX     string = "ficcreportxcx"      // 对象类型:FICC研报
 )
 
 const (