作者 tangxuhui

数据结构调整

@@ -144,7 +144,7 @@ type ( @@ -144,7 +144,7 @@ type (
144 CooperationModeIds []string `json:"cooperationModeIds"` 144 CooperationModeIds []string `json:"cooperationModeIds"`
145 } 145 }
146 146
147 - DataCooperationModeBatchRemove struct { 147 + DataCooperationModeBatchRemove []struct {
148 } 148 }
149 ) 149 )
150 150