Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerateURLFastestData ¶
type GenerateURLFastestData struct {
Result *GenerateURLFastestResult `json:"generatejdurl_result,omitempty"`
}
type GenerateURLFastestResponse ¶
type GenerateURLFastestResponse struct { ErrorResp *api.ErrorResponnse `json:"error_response,omitempty"` Data *GenerateURLFastestData `json:"jingdong_shorturl_generateURLFastest_responce,omitempty"` }
type GenerateURLFastestResult ¶
type GenerateURLFastestResult struct { Code string `json:"code,omitempty"` Message string `json:"codeText,omitempty"` ShortUrl string `json:"shortUrl,omitempty"` RealUrl string `json:"realUrl,omitempty"` Username string `json:"username,omitempty"` Ts int64 `json:"ts,omitempty"` }
func GenerateURLFastest ¶
func GenerateURLFastest(req *GenerateURLFastestRequest) (*GenerateURLFastestResult, error)
生成短域新的api接口
Click to show internal directories.
Click to hide internal directories.