Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerateRequest ¶
type GenerateRequest struct { EnvVersion string `json:"env_version"` Path string `json:"path"` Query string `json:"query"` ExpireType int8 `json:"expire_type"` ExpireTime int64 `json:"expire_time"` ExpireInterval int8 `json:"expire_interval"` }
GenerateRequest 请求
type GenerateResponse ¶
type GenerateResponse struct { util.CommonError URLLink string `json:"url_link"` }
GenerateResponse 响应
Click to show internal directories.
Click to hide internal directories.