作者 Your Name

数据结构调整

@@ -129,7 +129,7 @@ type ( @@ -129,7 +129,7 @@ type (
129 //创建账期结算 129 //创建账期结算
130 type ( 130 type (
131 ReqCreditAccountsAdd struct { 131 ReqCreditAccountsAdd struct {
132 - DividendsEstimateIds []string `json:"dividendsEstimateIdss"` 132 + DividendsEstimateIds []string `json:"dividendsEstimateIds"`
133 } 133 }
134 134
135 DataCreditAccountsAdd []struct { 135 DataCreditAccountsAdd []struct {