|
@@ -145,13 +145,13 @@ type (
|
|
|
EntUserId int64 `header:"entUserId,optional"`
|
|
|
PositionType int64 `header:"positionType,optional"`
|
|
|
UserId string `header:"mgoUserId,optional"`
|
|
|
- Item string `json:"item"`
|
|
|
+ Item string `json:"item,optional"`
|
|
|
SetType string `json:"setType"`
|
|
|
Ratemode int64 `json:"ratemode,optional"`
|
|
|
Times []string `json:"times,optional"`
|
|
|
PushType string `json:"pushType,optional"`
|
|
|
- PushValue int64 `json:"pushValue,optiona"`
|
|
|
- Interested int64 `json:"interested,optiona"`
|
|
|
+ PushValue int64 `json:"pushValue,optional"`
|
|
|
+ Interested int64 `json:"interested,optional"`
|
|
|
}
|
|
|
)
|
|
|
service bxsubscribe-api {
|