http.go 164 B

12345678
  1. package model
  2. // CommonResq response params.
  3. type CommonResq struct {
  4. Code int64 `json:"code"`
  5. TS int64 `json:"ts"`
  6. Message string `json:"message"`
  7. }