ScriptOtherTimeOutRequest.go 292 B

12345678910111213
  1. package http_model
  2. type ScriptOtherTimeOutRequest struct {
  3. Rate int `json:"rate"`
  4. }
  5. func NewScriptOtherTimeOutRequest() *ScriptOtherTimeOutRequest {
  6. return new(ScriptOtherTimeOutRequest)
  7. }
  8. func NewScriptOtherTimeOutResponse() *CommonResponse {
  9. return new(CommonResponse)
  10. }