提示信息
# 广告及第三方 SDK 配置整理
经过对代码库(`lib/core/config/app_config.dart`、`MainApplication.kt`、`AppDelegate.swift` 及相关平台配置)的扫描,整理出以下配置:
## 1. 腾讯广告联盟 (GDT/优量汇)
| 配置项 | iOS | Android |
| :--- | :--- | :--- |
| **App ID** | `1215022357` | `1215023351`|
| **激励视频 Slot ID** | `3217074292973972` | `1` |
| **开屏广告 splash_id** | `5287878364277444` | `2` |
## 2. 穿山甲 (Pangle/字节跳动)
| 配置项 | iOS | Android |
| :--- | :--- | :--- |
| **App ID** | `5794654` | `5794654` |
| **激励视频 Slot ID** | `977417276` | `977417276` |
| **开屏广告 splash_id** | `894822951` | `894822951` |
## 3. 友盟 (Umeng)
| 配置项 | iOS | Android |
| :--- | :--- | :--- |
| **App Key** | `69a420f29a7f37648879d046` | `69a422886f259537c769960c` |
| **Channel ID** | `Umeng` | `Umeng` |
## 4. 微信 (WeChat/Fluwx)
| 配置项 | 值 |
| :--- | :--- |
| **App ID** | `wx146a6f748a99a0da` |
| **Universal Link** | `https://www.tongban.wang/app/` |
## 5. 阿里云控制台服务 (AliCloud)
| 服务 | 配置项 | iOS | Android |
| :--- | :--- | :--- | :--- |
| **移动推送** | App Key | `335670805` | `335670804` |
| | App Secret | `7e54b6689c624b37a3d90b99756397bf` | `75b7ff718c164798a0187ef2bb91e8c8` |
| **用户反馈** | App Key | `335670805` | `335670804` |
| | App Secret | `7e54b6689c624b37a3d90b99756397bf` | `75b7ff718c164798a0187ef2bb91e8c8` |
## 6. 其他配置
| 配置项 | 值 |
| :--- | :--- |
| **支付宝 Scheme** | `com.xiaopai.match` |
| **API Salt** | `tongban123456` |
| **生产环境 API** | `https://api.match.tongban.wang/` |
| **测试环境 API** | `http://match.xiaopai.demo:8899/` |