Get platform game code

Game_code

*Interface address:

  • Domain name / V1 / game / code

*Request parameters:

Field nametypelengthMandatoryExplain
Plat_typeString32yesPlatform type (see Appendix platform type)
Sign_keyString32yesEncrypted signature
KeywordString100Optional parametersSearch English and Chinese names and key words of the game
Category_idInt10Optional parametersFirst level classification ID
sec_category_idInt10Optional parametersSecondary classification ID
CodeString32yesmd5(sign_key+api_account+plat_type)

*Response parameters

Field nametypeExplain
StatusCodeStringSuccess.01: success; other failures;
MessageStringInformation corresponding to code
DataStringGame code information
 * 返回数据内容 { 

"statusCode": "01",
"data": [{
 "plat_type": "PGS",
 "name": "夜戏貂蝉",
 "en_name": "Honey Trap of Diao Chan",
 "keyword": "",
 "ng_game_code": "ng_pgs_10001",
 "category_id": "202",
 "sec_category_id": "207",
 "is_active": "1",
 "is_hot": "1",
 "is_new": "0",
 "is_recommend": "0",
 "image": "https:\/\/storage.shao360.com\/image\/201812\/1545473176687.png",
 "is_mobile": "1",
 "is_pc": "1",
 "category_name": "老虎机",
 "category_en_name": "",
 "sec_category_name": "30-60线",
 "sec_category_en_name": ""
}],
"message": "成功"

 } 

*Return field description

Field nameExplainSuggested field type
Plat_typePlatform typeVarchar (20)
NameSimplified Chinese name of the gameVarchar (200)
En_nameEnglish name of the gameVarchar (200)
KeywordGame search keywordsVarchar (200)
Ng_game_codeGame codeVarchar (20)
Category_idFirst level classification IDInt (10)
sec_category_idSecondary classification IDInt (10)
Is_activeDisabled state 0 deleted disabled 1 enabledTinyint (1)
Is_hotIs popular game 0 not 1 yesTinyint (1)
Is_newIs the latest game 0 not 1 yesTinyint (1)
Is_recommendRecommend game 0 not 1 yesTinyint (1)
ImageThe game image address is recommended to download and save locallyVarchar (100)
Is_mobileWhether to display game for mobile terminalTinyint (1)
Is_pcWhether to display games for PCTinyint (1)
category_nameGame category simplified Chinese nameVarchar (100)
category_en_nameEnglish name of game categoryVarchar (100)
sec_category_nameSimplified Chinese name of secondary classificationVarchar (100)
sec_category_en_nameEnglish name of secondary classificationVarchar (100)

comment0

请先

Login / registration
Administrator Login