1
This commit is contained in:
@@ -12,8 +12,6 @@ const (
|
||||
RefreshTokenUrl = "https://open-anubis.ele.me/anubis-webapi/openapi/refreshToken" // 正式环境刷新token
|
||||
//TokenURL = "https://exam-anubis.ele.me/anubis-webapi/openapi/token" // 沙箱环境
|
||||
//ApiURL = "https://exam-anubis.ele.me/anubis-webapi/v3/invoke" // 沙箱环境
|
||||
RequestPost = "POST"
|
||||
RequestGet = "GET"
|
||||
)
|
||||
|
||||
// 注册请求api
|
||||
@@ -457,3 +455,10 @@ type OrderClaimSkuDto struct {
|
||||
//#endregion
|
||||
|
||||
//#endregion
|
||||
|
||||
// Balance 账号余额
|
||||
type Balance struct {
|
||||
BalanceStatus int64 `json:"balance_status"` // 账户状态
|
||||
FrozenBalanceAmountCent int64 `json:"frozen_balance_amount_cent"` // 账户冻结余额
|
||||
BalanceAmountCent int64 `json:"balance_amount_cent"` // 账户余额
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user