- package http_model
- type GetServeratioRequest struct {
- }
- type GetServeratioResponse struct {
- Ratio string `json:"ratio"`
- }
- func NewGetServeratioRequest() *GetServeratioRequest { return new(GetServeratioRequest) }
- func NewGetServeratioResponse() *CommonResponse {
- return new(CommonResponse)
- }
|