* Interface address: * Domain name/v1/user/login * Description: (If you are calling a free wallet, you need to call the updated free wallet interface before calling this interface to bring the credit limit to the game)
* Request parameters:
| Field name | type | length | Must-choose | illustrate |
|---|---|---|---|---|
| username | string | 5-11 | yes | Member name, no prefix is required (pass random strings when trying it out) |
| plat_type | string | 32 | yes | Platform type (see Appendix Platform type) |
| game_type | string | 10 | yes | Game Type (see Appendix Game Type) Platforms that support trial-playing electronic games and chess and cards: AG,BBIN,MG,PT,CQ9,KY,JDB,LEG,HB,PP, SG,GPI,QT,VG,FG,BNG,SA,DT,PNG, GA,GNS,ISB,ISB,PGS,AP,GG,PG,SGP |
| game_code | string | 64 | Optional parameters | Game code (see the appendix game code) If the slot machine does not pass game_code, it will return the link to the game list You can also query the corresponding slot machine and chess and card game code in the background of the merchant Enter the official hall: For example, Kaiyuan chess, LEG chess, and BBIN enter the official hall to pass game_code=dating |
| sign_key | string | 32 | yes | Encrypted signature |
| is_mobile_url | int | 1 | yes | Whether to log in with your mobile phone 【1 Yes】【0 No】 |
| code | string | 32 | yes | md5(sign_key+api_account+username+plat_type+is_mobile_url) |
| lott_type | int | 1 | Optional parameters | This parameter is currently only effective for EG lottery. Other game platforms are empty. Enter (EG) official lottery (traditional lottery) at 1 time, and enter (EG) credit lottery when empty. |
| lang | string | 20 | Optional parameters | Default Simplified Chinese, Currently only supports Chinese and English (simplified Chinese: zh-cn; English: en-us), other platforms that support language parameters: AG,BBIN, AllBet, DG, SA, PT, SS, HC, ESB, CQ9, JDB, HB PP, SG, GPI, QT, BNG, PNG, DT, GA, GNS, ISB, PGS, PG, IBC, bg video, SEXY |
| demo | int | 1 | Optional parameters | View the platform that supports trial play 1 Enter trial play Enter the real game as empty |
| wallet_type | int | 1 | Optional parameters | When 1 is transferred, it is necessary to transfer the wallet, and the credit limit conversion interface needs to be called to transfer the credit limit to the platform. When 2 is transferred, in order to avoid transferring the wallet, the system will automatically bring the credit limit to the next game platform. |
* Response parameters
| Field name | type | illustrate |
|---|---|---|
| statusCode | string | Whether it is successful. 01:Success; Other failures; |
| message | string | Information corresponding to code |
| data | string | Game link |
* Return data content
{
"statusCode": "01", "data": "http://xxxxxxxxxxxxxxxxxxxx",
“message”: “Success” }