VuePressVuePress
  • Introduction
  • Getting Started
  • Users

    • 身份验证
  • 管理后台

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

    • 身份验证
  • 管理后台

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

    • 身份验证
  • 后台

    • 用户管理
    • 角色管理
    • 权限管理
    • 操作日志

充值记录

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
})
Last Updated:
Contributors: jinfakeji168