- package http_model
- type SetServeratioRequest struct {
- Ratio string `json:"ratio"`
- }
- type SetServeratioResponse struct {
- }
- func NewSetServeratioRequest() *SetServeratioRequest { return new(SetServeratioRequest) }
- func NewSetServeratioResponse() *CommonResponse {
- return new(CommonResponse)
- }
|