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 | เอเย่นต์ที่ใช้งาน |
| key | String | tnyENKDWvOkBXpvm6UZVa | คีย์ของเอเย่นต์ |
| username | String | testagninemb01 | ยูสเซอร์ที่ต้องการดูรายละเอียด |
| gameId | String | 60b894f210323a16c1094872 | ไอดีเกมส์ที่ต้องการดูรายละเอียด |
| betTime | String | SLOT | เวลาที่เล่น |
| ref1 | String | 1471026226673311200 | เอาdataจากเส้นgetHistoryBetByDepositID l[2] |
| ref2 | String | 1471026226673311200-1471026226671411200-106-0 | เอาdataจากเส้นgetHistoryBetByDepositID l[3] |
| ref3 | String | 1471026226673311200&trace_id=14EQPJKA | เอาdataจากเส้น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 24 character. |
| 100012 | Key not found. |
| 100013 | Agent not found. |
| 100014 | Member not found. |