VuePressVuePress
  • Introduction
  • Getting Started
  • Users

    • 身份验证
  • 客户前台

    • 前台接口
  • 管理后台

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

    • 身份验证
  • 客户前台

    • 前台接口
  • 管理后台

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

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

第三方游戏

列表

GET /api/admin/provider-games

上传图片

POST /api/admin/upload

FieldDescription
fileChoose a file from local system to upload.
{
  "url": "https://storage.178t.com/games/thumbnails/e1IPEZZehW0mEFZvGIuvqhFP4hcKOFGGpSBAilk4.jpg",
  "path": "thumbnails/e1IPEZZehW0mEFZvGIuvqhFP4hcKOFGGpSBAilk4.jpg"
}

添加游戏

POST /api/admin/provider-games

FieldDescription
provider_idGame Provider ID.
nameGame name.
slugGame slug. MUST be a unique string.
codeCode of game provider.
category_id0
freeDetermine if the game is a free game.
thumbnailFile path. See /api/admin/upload
sortSort ascending.
popularDetermine if the game is a popular game.
{
  "provider_id": 1,
  "name": "test",
  "slug": "test",
  "code": 1,
  "category_id": 0,
  "free": 0,
  "thumbnail":"thumbnails/e1IPEZZehW0mEFZvGIuvqhFP4hcKOFGGpSBAilk4.jpg",
  "sort": 0,
  "popular": 0
}

修改游戏

PUT /api/admin/provider-games/:id

FieldDescription
provider_idGame Provider ID.
nameGame name.
slugGame slug. MUST be a unique string.
codeCode of game provider.
category_id0
freeDetermine if the game is a free game.
thumbnailFile path. See /api/admin/upload
sortSort ascending.
popularDetermine if the game is a popular game.
{
  "provider_id": 1,
  "name": "new name",
  "slug": "test",
  "code": 1,
  "category_id": 0,
  "free": 0,
  "thumbnail": "thumbnails/e1IPEZZehW0mEFZvGIuvqhFP4hcKOFGGpSBAilk4.jpg",
  "sort": 0,
  "popular": 1
}

删除游戏

DELETE /api/admin/provider-games/:id

Last Updated:
Contributors: jinfakeji168
Prev
第三方游戏供应商
Next
第三方游戏投注记录