未验证 提交 0072ff94 编写于 作者: O openharmony_ci 提交者: Gitee

!20525 修改接口版本号与dts文件一致

Merge pull request !20525 from Aurora/master
...@@ -681,7 +681,7 @@ promise.then(data => { ...@@ -681,7 +681,7 @@ promise.then(data => {
}); });
``` ```
## sim.getSimAccountInfo<sup>7+</sup> ## sim.getSimAccountInfo<sup>10+</sup>
getSimAccountInfo\(slotId: number, callback: AsyncCallback\<IccAccountInfo\>\): void getSimAccountInfo\(slotId: number, callback: AsyncCallback\<IccAccountInfo\>\): void
...@@ -725,7 +725,7 @@ sim.getSimAccountInfo(0, (err, data) => { ...@@ -725,7 +725,7 @@ sim.getSimAccountInfo(0, (err, data) => {
``` ```
## sim.getSimAccountInfo<sup>7+</sup> ## sim.getSimAccountInfo<sup>10+</sup>
getSimAccountInfo\(slotId: number\): Promise\<IccAccountInfo\> getSimAccountInfo\(slotId: number\): Promise\<IccAccountInfo\>
...@@ -776,7 +776,7 @@ promise.then(data => { ...@@ -776,7 +776,7 @@ promise.then(data => {
}); });
``` ```
## sim.getActiveSimAccountInfoList<sup>8+</sup> ## sim.getActiveSimAccountInfoList<sup>10+</sup>
getActiveSimAccountInfoList\(callback: AsyncCallback\<Array\<IccAccountInfo\>\>\): void getActiveSimAccountInfoList\(callback: AsyncCallback\<Array\<IccAccountInfo\>\>\): void
...@@ -817,7 +817,7 @@ sim.getActiveSimAccountInfoList((err, data) => { ...@@ -817,7 +817,7 @@ sim.getActiveSimAccountInfoList((err, data) => {
``` ```
## sim.getActiveSimAccountInfoList<sup>8+</sup> ## sim.getActiveSimAccountInfoList<sup>10+</sup>
getActiveSimAccountInfoList\(\): Promise\<Array\<IccAccountInfo\>\>; getActiveSimAccountInfoList\(\): Promise\<Array\<IccAccountInfo\>\>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册