Logo
  • FlexCDN
  • 下载 (v1.0.4)
  • 文档
  • 开发
  • 试用购买
  • 在线演示
  1. API列表
  2. UserAccountLogService(用户账户日志服务)
  3. 消息类型
  4. UserAccountLog
{ int64 id; // 用户ID int64 userId; int64 userAccountId; double delta; double deltaFrozen; double total; double totalFrozen; string eventType; // 描述(备注) string description; int64 createdAt; bytes paramsJSON; User user; UserAccount userAccount; }