提交 3cabd8ce 编写于 作者: L liuxiyao223

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

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