curl --location 'http://localhost:8080/api/game/game/list?gameType=1&pageNum=1&pageSize=10&orderByColumn=g.sort_no&isAsc=asc&demoStatus=1&appLocation=1¤cyCode=undefined&popularType=undefined&platformCode=undefined' \
--header 'authorization: eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImM3ODRkNGEzLTk3MTAtNDM3ZC1hMGI4LWNiMjNmOGIwOTM5OCJ9.rb5OoUZCGYF0KYfZinEkKCCHVzFv9V_Jed5ENavKoGaxbjGM8iPS5myA1X0rZBlWmIAIhzW8f2EL3edTnkzwog'{
"total": 0,
"rows": [
{
"id": 0,
"createBy": "string",
"createTime": "string",
"updateBy": "string",
"updateTime": "string",
"remark": null,
"sortNo": 0,
"platformType": 0,
"platformCode": "string",
"platformName": "string",
"popularOne": 0,
"popularTwo": 0,
"stopStatus": 0,
"platformStatus": 0,
"gameCount": 0,
"iosJump": 0,
"androidJump": 0,
"h5Jump": 0,
"platformLogo": null,
"promotionalStyle": 0,
"promotionalImage": "string",
"popularStyle": "string",
"currencyId": 0,
"currencyName": "string",
"platformJump": null,
"minAmount": 0,
"gamePlatformCurrencies": null
}
],
"code": 0,
"msg": "string"
}