Entry Point#
The entry point is a page which holding the game client.
Usually this page will be embedded in an iframe.Parameters#
| PARAMETER | TYPE | DESCRIPTION |
|---|
| sdkType | string | SDK Type: 'quantum' |
| envType | string | Enviroment Type: 'production' |
| uid | string | player's account |
| ts | number | unix timestamp in milliseconds |
| sign | string | data sign |
Create Data Sign#
| PARAMETER | VALUE |
|---|
| uid | test |
| ts | 1682251647000 |
| sign | C26212387F26C088E98E3FAE05EC4EC1 |
Using the hash function and secret key 3A8s2iiUy3TSZx5S we get hash.BAD6CA9FA1F39C808ABDD1EEBA1750E0Modified at 2023-08-24 14:15:34