Skip to content

Commit

Permalink
Merge pull request #1286 from taptap/fix_host
Browse files Browse the repository at this point in the history
fix: 链接域名更换 手机样式获取移除
  • Loading branch information
Gavin-Zhou authored Nov 19, 2024
2 parents c6c140c + ee1728c commit 1788c0c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
7 changes: 2 additions & 5 deletions cn/docs/sdk/start/agreement.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -471,9 +471,9 @@ sidebar_position: 8
<th>使用目的</th>
</tr >
<tr >
<td rowspan="7">必要个人信息/权限</td>
<td rowspan="6">必要个人信息/权限</td>
<td>系统版本</td>
<td rowspan="7">为了确保设备系统兼容、定位解决问题</td>
<td rowspan="6">为了确保设备系统兼容、定位解决问题</td>
</tr>
<tr>
<td>设备型号</td>
Expand All @@ -490,9 +490,6 @@ sidebar_position: 8
<tr>
<td>设备内存信息</td>
</tr>
<tr>
<td>手机样式</td>
</tr>
<tr>
<td>可选个人信息/权限</td>
<td>无</td>
Expand Down
1 change: 0 additions & 1 deletion cn/docs/sdk/start/compliance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,6 @@ public void onRequestPermissionsResult(int requestCode, String[] permissions, in
| 网络类型 | 为了确保设备系统兼容、定位解决问题 | 遇到服务故障时针对性进行排查和优化 | 每次应用冷启动获取一次 |
| Android ID | 为了确保设备系统兼容、定位解决问题 | 遇到服务故障时针对性进行排查和优化 | 初始化及用户发起授权时获取一次 |
| 设备内存信息 | 为了确保设备系统兼容、定位解决问题 | 遇到服务故障时针对性进行排查和优化 | 每次应用冷启动获取一次 |
| 手机样式 | 为了确保设备系统兼容、定位解决问题 | 遇到服务故障时针对性进行排查和优化 | 每次应用冷启动获取一次 |

- 可选个人信息

Expand Down
2 changes: 1 addition & 1 deletion cn/docs/sdk/tap-iap/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ TapTap 游戏内购服务为开发者提供便捷高效的支付解决方案,

### 上架商品

[TapTap 开发者中心](https://developer.taptap.io/)添加商品并注册相关信息:项目 ID、项目标题、项目类型、价格等。进一步了解请查阅《[系统操作手册](/sdk/tap-iap/operating-manual)》。
[TapTap 开发者中心](https://developer.taptap.cn/)添加商品并注册相关信息:项目 ID、项目标题、项目类型、价格等。进一步了解请查阅《[系统操作手册](/sdk/tap-iap/operating-manual)》。

### 订单结算

Expand Down

0 comments on commit 1788c0c

Please sign in to comment.