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.ChannelAccountItem

{
    "bind_pay_type": "string",
    "channel_name": "string",
    "code": "string",
    "day_amount": 0,
    "day_amount_limit": 0,
    "ext": "string",
    "id": 0,
    "itime": 0,
    "max_amount": 0,
    "min_amount": 0,
    "name": "string",
    "next_detection_time": 0,
    "online": 0,
    "online_end": 0,
    "online_start": 0,
    "options": "string",
    "pay_type": "string",
    "pay_type_name": "string",
    "price": 0,
    "remark": "string",
    "sort": 0,
    "status": 0,
    "sub_account": "string",
    "uid": 0,
    "utime": 0
}
Built with