帳號刪除
遊戲伺服器可以刪除 PlayerID。應用程式伺服器直接實作此 API,以透過伺服器對伺服器方式搜尋清單。成功回應會刪除 PlayerID 和 IdP 同步資訊。之後,該帳號將無法再透過自動登入和 IdP 登入。
| 字段名稱 | 描述 | 是否必需(Y/N) |
| 授權 | 登入後返回的令牌鍵 | Y |
| ISCRYPT | 加密數據 (0=未加密) | Y |
| 字段名稱 | 描述 | 必需(Y/N) |
| appid | 應用程式 ID | Y |
| did | did | Y |
| player_id | 由 Hive 認證 v4 管理的 PlayerID | Y |
| hive_certification_key | 認證金鑰(由 AppCenter 發出) 查看更多 | Y |
| 欄位名稱 | 描述 | 類型 | 值 | 代碼 |
| result_code | 結果代碼 | 整數 | 0 | |
| result_msg | 結果訊息 | 字串 | | |
{
"appid" : "com.com2us.hivesdk.normal.freefull.apple.global.ios.universal",
"did" : 225697886,
"player_id" : 10000000445,
"hive_certification_key" : "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJIaXZlIiwiaWF0IjoxNjAyMDU2NzI2LCJqdGkiOiIxODczMTExMzIwIn0.3soFiHTPlObCoqR5xX9ZeOQTSvnHrHDHWmopP3QfWtY"
}
{
"result_code": 0,
"result_msg": "成功"
}