|
@@ -85,7 +85,7 @@ type DistributorReq struct {
|
|
AppId string `header:"appId"`
|
|
AppId string `header:"appId"`
|
|
EntId string `header:"entId,optional"`
|
|
EntId string `header:"entId,optional"`
|
|
EntUserId string `header:"entUserId,optional"`
|
|
EntUserId string `header:"entUserId,optional"`
|
|
- Region string `path:"region,optional"`
|
|
|
|
|
|
+ Region string `json:"region,optional"`
|
|
SelectIds string `json:"selectIds,optional"`
|
|
SelectIds string `json:"selectIds,optional"`
|
|
}
|
|
}
|
|
|
|
|