Browse Source

策略平台文章ID字段同步进行更换

xingzai 2 years ago
parent
commit
d6c938f018
1 changed files with 1 additions and 1 deletions
  1. 1 1
      models/celue_article_history_record.go

+ 1 - 1
models/celue_article_history_record.go

@@ -17,7 +17,7 @@ type CeLueArticleResultApi struct {
 type CeLueArticleResultApidate struct {
 	CelueHistoryId int      `json:"id"`
 	Mobile         string   `json:"phone_number"`
-	ArticleId      string   `json:"parameter"`
+	ArticleId      string   `json:"entity_info"`
 	CreateDate     string   `json:"access_time"`
 	CrmUser        *CrmUser `json:"user"`
 	CompanyName    *CrmUser `json:"crm_company"`