跳到主要内容

CDN Package(CDN 资源包)

用户成功购买的 cdn 资源包全部增加到 User 表中的 cdnBalance 字段中,即放到统一的资源池中。

字段

NameTypeRelation WithDescription
nameText(short text)资源包名称
typeEnumeration资源包类型
totalNumber(big integer)资源包总量(以 byte 为单位)
areaEnumeration加速区域
effTimeDate(datetime)生效时间
expTimeDate(datetime)失效时间
remainNumber(big integer)剩余量(以 byte 为单位)
userRelationUser
pkgStatusEnumerationCDN资源包状态

枚举值定义

type(资源包类型)

  • traffic: 流量包

area(加速区域)

  • mainland: 中国大陆
  • overseas: 中国境外
  • global: 全球

pkgStatus(资源包状态)

  • pending: 待生效
  • active: 生效中
  • expired: 已过期
  • exhausted: 已耗尽
  • canceled: 已取消