Mengambil kunci pemutaran aplikasi.
Coba sekarang
Test
RAM authorization
Parameter permintaan
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
No |
ID aplikasi. Nilai default: app-1000000. Untuk informasi lebih lanjut, lihat Multi-aplikasi. |
app-1000000 |
Elemen respons
|
Element |
Type |
Description |
Example |
|
object |
Parameter tanggapan. |
||
| RequestId |
string |
ID permintaan. |
25818875-5F78-4A*****F6-D7393642CA58 |
| AppPlayKey |
object |
Informasi kunci pemutaran aplikasi. |
|
| AppId |
string |
ID aplikasi. |
app-1000000 |
| PlayKey |
string |
Kunci pemutaran.
|
yzNgTUtAl6HAuosIA. |
| CreationTime |
string |
Waktu pembuatan kunci pemutaran. Waktu dalam format yyyy-MM-ddTHH:mm:ssZ (UTC). |
2025-03-18T03:59:01Z |
| ModificationTime |
string |
Waktu terakhir modifikasi kunci pemutaran. Waktu dalam format yyyy-MM-ddTHH:mm:ssZ (UTC). |
2025-03-18T03:59:01Z |
Contoh
Respons sukses
JSONformat
{
"RequestId": "25818875-5F78-4A*****F6-D7393642CA58",
"AppPlayKey": {
"AppId": "app-1000000",
"PlayKey": "yzNgTUtAl6HAuosIA",
"CreationTime": "2025-03-18T03:59:01Z",
"ModificationTime": "2025-03-18T03:59:01Z"
}
}
Kode kesalahan
Lihat Error Codes untuk daftar lengkap.
Catatan rilis
Lihat Release Notes untuk daftar lengkap.