- // Code generated by goctl. DO NOT EDIT.
- package types
- type Reply struct {
- Error_code int64 `json:"error_code"`
- Error_msg string `json:"error_msg"`
- Data interface{} `json:"data"`
- }
- type ClueAddReq struct {
- AppId string `header:"appId,default=10000"`
- Base_user_id int64 `header:"base_user_id"`
- }
|