Logo
  • FlexCDN
  • 下载 (v1.0.4)
  • 文档
  • 开发
  • 试用购买
  • 在线演示
  1. API列表
  2. ServerBillService(服务账单相关服务)
  3. 消息类型
  4. ServerBill
{ int64 id; // 用户ID int64 userId; // 服务ID(网站ID) int64 serverId; float amount; int64 createdAt; int64 userPlanId; int64 planId; int64 totalTrafficBytes; int64 bandwidthPercentileBytes; int32 bandwidthPercentile; string priceType; UserPlan userPlan; Plan plan; User user; Server server; }