XPay开发API
首页xarr官方
首页xarr官方
  1. Schemas
  • 渠道账户接口
    • 渠道账户列表
      POST
  • 充值接口
    • 创建充值
      POST
    • 获取充值状态
      POST
    • 获取充值状态
      GET
  • 系统接口
    • 获取系统运行时信息
      GET
  • 用户接口
    • 禁用用户
      POST
    • 启用用户
      POST
    • 获取用户信息
      POST
    • 重置密码
      POST
    • 获取用户余额
      POST
    • 获取用户套餐信息
      POST
    • 获取支付统计信息
      POST
    • 解绑第三方平台账号
      POST
    • 绑定第三方平台账号
      POST
  • 数据模型
    • Schemas
      • system_api.UserPayStatRes
      • system_api.UserMealInfoRes
      • system_api.ChannelAccountItem
      • response.JsonRes
首页xarr官方
首页xarr官方
  1. Schemas

system_api.UserPayStatRes

{
    "month_amount": 0,
    "month_order_count": 0,
    "today_amount": 0,
    "today_order_count": 0,
    "total_amount": 0,
    "total_order_count": 0,
    "week_amount": 0,
    "week_order_count": 0
}
Built with