External APIs
APIs
  • Internal APIs
  • External APIs
SDKs
  • Web SDKs
Projects
  • Aria
  • SOG
  • Zoomania
Examples
  • TMA Demo
APIs
  • Internal APIs
  • External APIs
SDKs
  • Web SDKs
Projects
  • Aria
  • SOG
  • Zoomania
Examples
  • TMA Demo
Edgenets
  1. Top Card
  • 概述
  • 渠道查询
    • 渠道归属验证
      GET
    • Query user registration time by Telegram ID.
      POST
  • 积分操作
    • 增加用户积分
      POST
  • Compass联动接口
    • 添加地牢券
      GET
  • 验证操作
    • 验证是否关注HeroicArena
      POST
    • 验证是否关注Kaia
      POST
  • Top Card
    • 增加门票
      POST
    • 增加复活卡
      POST
  • 游戏账户查询
    GET
  1. Top Card

增加复活卡

开发中
正式环境
https://prd-api.playariagame.com
正式环境
https://prd-api.playariagame.com
POST
https://prd-api.playariagame.com
/lucky-poker/giveReviveCard

请求参数

Query 参数

Body 参数application/json
示例
示例值:{ "telegramUid":7254476202, "count":2 }

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://prd-api.playariagame.com/lucky-poker/giveReviveCard?secret=联系开发人员获取' \
--header 'Content-Type: application/json' \
--data-raw '{
    "telegramUid":7254476202,
    "count":2
}'

返回响应

🟢200成功
application/json
Body

示例
{
    "success": true,
    "errCode": null,
    "errMessage": null,
    "data": {
        "uid": 0,
        "isPlayed": 0,
        "gameBadge": "string",
        "permanentTicketBase": 0,
        "permanentTicketReward": 0,
        "permanentTicketUsed": 0,
        "reviveCardBase": 0,
        "reviveCardReward": 0,
        "reviveCardUsed": 0,
        "pts": 0
    }
}
修改于 2025-01-23 05:49:25
上一页
增加门票
下一页
游戏账户查询
Built with