Versions in this module Expand all Collapse all v1 v1.2.27 Jun 13, 2024 v1.2.26 Jun 13, 2024 Changes in this version + const ServerHost + const ServerHostApi + const TokenKey + func GetDownloadURL(uuid, token string) (string, string, error) + func GetOnline(reqData GetOnlineReq, token string) ([]byte, error) + type GetDownloadURLRes struct + Code int + Data struct{ ... } + Msg string + type GetOnlineReq struct + CategoryId string + Filter string + Free string + Lang string + Order string + Page string + PageSize string + Version string + func (req GetOnlineReq) Format() string + type LoginRes struct + Code int + Data struct{ ... } + Msg string + func Login(account, password string) LoginRes