InitBiz

初始业务

Return the app initialization config, including the dynamic show_game_list_tab flag.

响应契约:AppConfig。

需要登录。 需要请求签名。 响应会经过加密中间件。

认证要求:需要登录。

签名要求:需要请求签名。

响应处理:默认会经过响应加密。

post/reportAppStart

Headers

langstring

语言代码,例如 en、zh、es。

语言代码,例如 en、zh、es。

device_numberstring

设备唯一标识。

设备唯一标识。

app_versionstring

客户端版本号。

客户端版本号。

timestampinteger

请求时间戳(秒)。

请求时间戳(秒)。

signaturestring

接口签名。

接口签名。

Request body

start_typestring
idfastring
idfvstring
gaidstring
check_emulatorstring
is_firststring
last_app_sourcestring
notification_permissionsstring
pip_permissionsstring

Response

请求成功

codeinteger required
msgstring required
infoobject required
is_encrypt0 | 1 required
request_idstring required
response_timeinteger required
original_dataobject

Example response

{
  "msg": "成功"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.