提交 1323946d 编写于 作者: L liuxiyao223

电话接口和描述修改(monthly_20230815)

Signed-off-by: Nliuxiyao223 <liuxiyao223@huawei.com>
上级 4b713fb3
......@@ -700,7 +700,7 @@ getSimAccountInfo\(slotId: number, callback: AsyncCallback\<IccAccountInfo\>\):
| 参数名 | 类型 | 必填 | 说明 |
| -------- | --------------------------------------------------- | ---- | -------------------------------------- |
| slotId | number | 是 | 卡槽ID。<br/>- 0:卡槽1<br/>- 1:卡槽2 |
| callback | AsyncCallback\<[IccAccountInfo](#iccaccountinfo7)\> | 是 | 回调函数。返回指定卡槽SIM卡的帐户信息。 |
| callback | AsyncCallback\<[IccAccountInfo](#iccaccountinfo10)\> | 是 | 回调函数。返回指定卡槽SIM卡的帐户信息。 |
**错误码:**
......@@ -749,7 +749,7 @@ getSimAccountInfo\(slotId: number\): Promise\<IccAccountInfo\>
| 类型 | 说明 |
| -------------------------------------------- | ------------------------------------------ |
| Promise<[IccAccountInfo](#iccaccountinfo7)\> | 以Promise形式返回指定卡槽SIM卡的帐户信息。 |
| Promise<[IccAccountInfo](#iccaccountinfo10)\> | 以Promise形式返回指定卡槽SIM卡的帐户信息。 |
**错误码:**
......@@ -794,7 +794,7 @@ getActiveSimAccountInfoList\(callback: AsyncCallback\<Array\<IccAccountInfo\>\>\
| 参数名 | 类型 | 必填 | 说明 |
| -------- | ----------------------------------------------------------- | ---- | ---------- |
| callback | AsyncCallback\<Array<[IccAccountInfo](#iccaccountinfo7)\>\> | 是 | 回调函数。返回活跃SIM卡帐户信息列表。 |
| callback | AsyncCallback\<Array<[IccAccountInfo](#iccaccountinfo10)\>\> | 是 | 回调函数。返回活跃SIM卡帐户信息列表。 |
**错误码:**
......@@ -835,7 +835,7 @@ getActiveSimAccountInfoList\(\): Promise\<Array\<IccAccountInfo\>\>;
| 类型 | 说明 |
| ---------------------------------------------------- | ---------------------------------------------- |
| Promise<Array<[IccAccountInfo](#iccaccountinfo7)\>\> | 以Promise形式返回活跃卡槽SIM卡的帐户信息列表。 |
| Promise<Array<[IccAccountInfo](#iccaccountinfo10)\>\> | 以Promise形式返回活跃卡槽SIM卡的帐户信息列表。 |
**错误码:**
......@@ -4187,7 +4187,7 @@ SIM卡状态。
| lockType | [PersoLockType](#persolocktype8) | 是 | 定制锁的类型。|
| password | string | 是 | 密码。 |
## IccAccountInfo<sup>7+</sup>
## IccAccountInfo<sup>10+</sup>
Icc帐户信息。
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册