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. Compass联动接口
  • 概述
  • 渠道查询
    • 渠道归属验证
      GET
    • Query user registration time by Telegram ID.
      POST
  • 积分操作
    • 增加用户积分
      POST
  • Compass联动接口
    • 添加地牢券
      GET
  • 验证操作
    • 验证是否关注HeroicArena
      POST
    • 验证是否关注Kaia
      POST
  • Top Card
    • 增加门票
      POST
    • 增加复活卡
      POST
  • 游戏账户查询
    GET
  1. Compass联动接口

添加地牢券

开发中
正式环境
https://prd-api.playariagame.com
正式环境
https://prd-api.playariagame.com
GET
https://prd-api.playariagame.com
/addticket
PRD: https://ariaweb3.inutan.com/29515/
SIT: http://web3.mcorz.com:29515/
签名方式和支付一致

请求参数

Query 参数

Header 参数

请求示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://prd-api.playariagame.com/addticket?tgid&num&tc&sign' \
--header 'X-API-KEY;'

返回响应

🟢200成功
application/json
Body

示例
{
    "code": 0,
    "msg": "string"
}
修改于 2024-11-07 08:33:20
上一页
增加用户积分
下一页
验证是否关注HeroicArena
Built with