|
@@ -65,7 +65,7 @@ type CoopHistoryReq struct {
|
|
|
Pid string `json:"projectId,optional"`
|
|
|
Bid string `json:"infoId,optional"`
|
|
|
ChannelType string `json:"channelType"`
|
|
|
- Buyer string `json:"buyer"`
|
|
|
+ Buyer string `json:"buyer,optional"`
|
|
|
}
|
|
|
|
|
|
type AddOrUpdateReq struct {
|