用户工具

站点工具


en:获取游戏代码v2

Get the game code v2

* Request address: /api/server/gameCode

* Request protocol: POST

* Request description: Requests cannot exceed 30 times per hour

Field nametypeMust-chooseillustrate
platType string yesThe game platform currently supports: ag, as, bbin, bg, boya, cq9, db2, db6, db7, fc, fg, jdb, jdb, km, ky, leg, lgd, mg, mt, mw, nw, pg, pp, pt, rsg, t1, vg, wl, ww, xgd, yoo

* Return to example:

{
"code": 10000, // Status code, 10000 Success, Other failures
"msg": "Request succeeded", // Return information
  "data": [
    {
"platType": "ag", // Game platform
"gameType": "2", // Game type, 1: Video, 2: Slot, 3: Lottery, 4: Sports, 5: E-sports, 6: Hunting, 7: Chess and Cards
"gameCode": "xxxxxxxxxx", // Game Code
"ingress": "3", // Support terminal types, 1: computer web page, 2: mobile web page, 3: computer/mobile web page
      "gameName": {
"zh-hans": "Simplified Chinese",
"zh-hant": "Traditional Chinese",
"en": "English",
"ja": "Japanese",
"ko": "Korean",
"th": "Thai",
"vi": "Vietnamese",
"id": "Indonesian",
"hi": "Hindi",
"ms": "Malay",
"es": "Spanish",
"pt": "Portuguese"
      }
    },
    {
"platType": "ag", // Game platform
"gameType": "6", // Game type, 1: Video, 2: Slot, 3: Lottery, 4: Sports, 5: Esports, 6: Hunting, 7: Chess and Cards
"gameCode": "xxxxxxxxxx", // Game Code
"ingress": "3", // Support terminal types, 1: computer web page, 2: mobile web page, 3: computer/mobile web page
      "gameName": {
"zh-hans": "Simplified Chinese",
"en": "English"
      }
    }
  ]
}
en/获取游戏代码v2.txt · 最后更改: 2023/10/14 08:09 由 127.0.0.1

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki