types.go 328 B

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