Use for Merchant get game detail
Method : [Post]
Path : {{domain}}/ext/gameDetail/{{prefix}}/{{agentUsername}}
Content-Type : application/json
{
"agentUsername": "{{agentUsername}}",
"key": "{{key}}",
"username": "{{agentUsername}}ninemb01",
"betTime": "2021-12-15T14:55:57.517731288+07:00",
"gameId": "{{gameID}}",
"ref1": "{{ref1}}",
"ref2": "{{ref2}}",
"ref3": "{{ref3}}",
"web": "{{whiteLabel}}"
}
Key | Type | Example Value | Description |
---|
agentUsername | String | testag | The agent's username. |
key | String | tnyENKDWvOkBXpvm6UZVa | The agent's unique key. |
username | String | testagninemb01 | Users who want to view details. |
gameId | String | 60b894f210323a16c1094872 | Game ID that you want to view details of. |
betTime | String | SLOT | Playing time. |
ref1 | String | 1471026226673311200 | Get data from getHistoryBetByDepositID l[2] |
ref2 | String | 1471026226673311200-1471026226671411200-106-0 | Get data from getHistoryBetByDepositID l[3] |
ref3 | String | 1471026226673311200&trace_id=14EQPJKA | Get data from getHistoryBetByDepositID l[4] |
{
"code": 0,
"description": "success",
"data": {
"url": "https://public.pg-redirect.net/history/redirect.html?t=ACB5D7CD-E519-446A-9A6A-667B4CAF981C&psid=1471026226671411200&sid=1471026226671411200%26trace_id%3D14EQPJKA&gid=fortune-gods&type=operator"
}
}
Key | Type | Example Value | Description |
---|
code | Number | 0 | Response code of API |
description | String | success | description of code |
url | String | "data": { "url": "https://public.pg-redirect.net/history/redirect.html?t=ACB5D7CD-E519-446A-9A6A-667B4CAF981C&psid=1471026226671411200&sid=1471026226671411200%26trace_id%3D14EQPJKA&gid=fortune-gods&type=operator" } | url game detail |
Value | msg |
---|
0 | Success |
100001 | Missing 'agent Username' field. |
100002 | Agent username is type string. |
100003 | Missing 'key' field. |
100004 | Key is type string. |
100005 | Missing 'username' field. |
100006 | Username is type string. |
100009 | Your username must be between 8 and 48 character. |
100012 | Key not found. |
100013 | Agent not found. |
100014 | Member not found. |