---
title: "初始业务"
method: POST
path: "/reportAppStart"
tags: ["InitBiz"]
---

# 初始业务

`POST /reportAppStart`

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

响应契约：AppConfig。

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

认证要求：需要登录。

签名要求：需要请求签名。

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

## Headers

- `lang` string — 语言代码，例如 en、zh、es。
- `device_number` string — 设备唯一标识。
- `app_version` string — 客户端版本号。
- `timestamp` integer — 请求时间戳（秒）。
- `signature` string — 接口签名。

## Request body

- object
  - `start_type` string
  - `idfa` string
  - `idfv` string
  - `gaid` string
  - `check_emulator` string
  - `is_first` string
  - `last_app_source` string
  - `notification_permissions` string
  - `pip_permissions` string

## Response `200`

请求成功

- object
  - `code` integer, required
  - `msg` string, required
  - `data` AppConfig, required
    - `positive_vote_star` integer
    - `min_play_time` integer
    - `invite_tab_url` string
    - `extend_check_time` integer
    - `show_game_list_tab` 0 | 1
    - `lang` object[]
      - `lang_code` string
      - `lang` string
  - `info` object, required
  - `is_encrypt` 0 | 1, required
  - `request_id` string, required
  - `response_time` integer, required
  - `original_data` object

## Other responses

- `400` — 请求失败

---

[API](https://skmtc.dev/flextv/apis/flextv-api.md) · [All operations](https://skmtc.dev/flextv/apis/flextv-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/flextv/flextv-api/revisions/84f55eb57fd0/schema)
