From 48b73fef0e164648089666a4f3c5b1990914e7ae Mon Sep 17 00:00:00 2001 From: dengbiao Date: Wed, 28 Aug 2024 16:55:21 +0800 Subject: [PATCH] 1 --- app/md/fin_agent_flow.go | 1 - 1 file changed, 1 deletion(-) diff --git a/app/md/fin_agent_flow.go b/app/md/fin_agent_flow.go index e9f13d3..e6084c0 100644 --- a/app/md/fin_agent_flow.go +++ b/app/md/fin_agent_flow.go @@ -29,7 +29,6 @@ type DealAgentAmount struct { Mid string `json:"mid"` Type int `json:"type"` Kind int `json:"kind"` - Title string `json:"title"` OrdId string `json:"ord_id"` AgentId int `json:"agent_id"` Amount float64 `json:"amount"`