types.go 286 B

123456789101112
  1. // Code generated by goctl. DO NOT EDIT.
  2. package types
  3. type BaseGoodsClassifyReq struct {
  4. AppId string `header:"appId,default=10000"`
  5. }
  6. type Reply struct {
  7. Error_code int64 `json:"error_code"`
  8. Error_msg string `json:"error_msg"`
  9. Data interface{} `json:"data"`
  10. }