VuePressVuePress
  • Introduction
  • Getting Started
  • Users

    • 身份验证
  • 客户前台

    • 前台接口
  • 管理后台

    • 用户管理
    • 角色管理
    • 权限管理
    • 操作日志
  • English
  • 简体中文
  • Introduction
  • Getting Started
  • Users

    • 身份验证
  • 客户前台

    • 前台接口
  • 管理后台

    • 用户管理
    • 角色管理
    • 权限管理
    • 操作日志
  • English
  • 简体中文
  • 管理后台

    • 用户管理
    • 角色管理
    • 权限管理
    • 操作日志
    • 用户余额
    • 余额明细
    • 银行管理
    • 银行卡管理
    • 充值记录
    • 提现记录
    • 游戏管理
    • 开奖记录
    • 投注记录
    • 结算记录
    • 退款记录
    • 第三方游戏供应商
    • 第三方游戏
    • 第三方游戏投注记录
    • 设置

充值记录

GET /api/admin/topups

GET /api/admin/topups/:topup

PUT /api/admin/topups/:topup

const topup = 1;

axios.put(`/api/admin/topups/${topup}`, {
    status: 1
})

手动确认

POST /api/admin/topups/:topup/confirm

const topup = 1;

axios.put(`/api/admin/topups/${topup}/confirm`, {
    status: 1
})
Last Updated:
Contributors: jinfakeji168
Prev
银行卡管理
Next
提现记录