全部产品
Search
文档中心

:DescAccountSummary

更新时间:Nov 10, 2025

Topik ini menjelaskan cara memanggil operasi DescAccountSummary untuk mendapatkan informasi akun.

Debug

Anda dapat langsung memanggil operasi ini di OpenAPI Explorer tanpa perlu menghitung tanda tangan. Setelah pemanggilan berhasil, OpenAPI Explorer secara otomatis menghasilkan contoh kode SDK.

Parameter permintaan

Name

Type

Required

Example

Description

Action

String

No

DescAccountSummary

Parameter yang diperlukan. Tetapkan nilainya ke DescAccountSummary.

Parameter respons

Untuk parameter respons, lihat contoh-contohnya. Parameter yang tidak tercantum dalam tabel telah usang tetapi tetap dipertahankan demi kompatibilitas.

Name

Type

Example

Description

DailyQuota

Integer

2000

Kuota harian.

DayuStatus

Integer

0

Menunjukkan apakah Short Message Service diaktifkan. (Parameter ini sudah tidak digunakan lagi.)

Domains

Integer

1

Jumlah Nama domain.

EnableTimes

Integer

0

Periode berlaku.

MailAddresses

Integer

0

Jumlah alamat pengirim.

MaxQuotaLevel

Integer

10

Tingkat maksimum.

MonthQuota

Integer

60000

Kuota bulanan.

QuotaLevel

Integer

2

Tingkat reputasi.

Receivers

Integer

0

(Parameter ini sudah tidak digunakan lagi.)

RequestId

String

82B295BB-7E69-491F-9896-ECEAFF09E1A4

ID permintaan.

Tags

Integer

0

Jumlah tag.

Templates

Integer

1

Jumlah Templat.

UserStatus

Integer

0

Status pengguna. 0: Normal. 1: Akun dibekukan. 2: Terdapat Pembayaran tertunda. 4: Email keluar dibatasi. 8: Akun dihapus secara logis.

SmsRecord

Integer

0

(Parameter ini sudah tidak digunakan lagi.)

SmsTemplates

Integer

0

(Parameter ini sudah tidak digunakan lagi.)

SmsSign

Integer

0

(Parameter ini sudah tidak digunakan lagi.)

RemainFreeQuota

Integer

1910

Kuota gratis yang tersisa.

Contoh

Contoh permintaan

http(s)://dm.aliyuncs.com/?Action=DescAccountSummary
&<Common request parameters>

Contoh respons

XML format

<DescAccountSummaryResponse>
      <DayuStatus>0</DayuStatus>
      <SmsRecord>0</SmsRecord>
      <SmsSign>0</SmsSign>
      <UserStatus>0</UserStatus>
      <SmsTemplates>0</SmsTemplates>
      <Templates>1</Templates>
      <Domains>1</Domains>
      <MonthQuota>60000</MonthQuota>
      <Tags>0</Tags>
      <QuotaLevel>2</QuotaLevel>
      <EnableTimes>0</EnableTimes>
      <RequestId>82B295BB-7E69-491F-9896-ECEAFF09E1A4</RequestId>
      <MaxQuotaLevel>10</MaxQuotaLevel>
      <MailAddresses>0</MailAddresses>
      <DailyQuota>2000</DailyQuota>
      <Receivers>0</Receivers>
			<RemainFreeQuota>1910</RemainFreeQuota>
</DescAccountSummaryResponse>

JSON format

{
        "DayuStatus":0,
        "SmsRecord":0,
        "SmsSign":0,
        "UserStatus":0,
        "SmsTemplates":0,
        "Templates":1,
        "Domains":1,
        "MonthQuota":60000,
        "Tags":0,
        "QuotaLevel":2,
        "EnableTimes":0,
        "RequestId":"82B295BB-7E69-491F-9896-ECEAFF09E1A4",
        "MailAddresses":0,
        "MaxQuotaLevel":10,
        "Receivers":0,
        "DailyQuota":2000,
        "RemainFreeQuota":1910
}

Kode kesalahan

Untuk informasi selengkapnya tentang kode kesalahan, lihat API Error Center.