1| 操作 | 旧版本 | 新版本 | d.ts文件 |
2| ---- | ------ | ------ | -------- |
3| 新增 | NA   | 类名:deviceAttest; <br>方法or属性:function getAttestStatus(callback: AsyncCallback<AttestResultInfo>) : void; | @ohos.deviceAttest.d.ts |
4| 新增 | NA   | 类名:deviceAttest; <br/>方法or属性:function getAttestStatus() : Promise<AttestResultInfo>; | @ohos.deviceAttest.d.ts |
5| 新增 | NA   | 类名:deviceAttest; <br/>方法or属性:function getAttestStatusSync() : AttestResultInfo; | @ohos.deviceAttest.d.ts |
6| 新增 | NA   | 类名:AttestResultInfo; <br/>方法or属性:authResult : number; | @ohos.deviceAttest.d.ts |
7| 新增 | NA   | 类名:AttestResultInfo; <br/>方法or属性:softwareResult : number; | @ohos.deviceAttest.d.ts |
8| 新增 | NA   | 类名:AttestResultInfo;<br/> 方法or属性:softwareResultDetail : Array<number>; | @ohos.deviceAttest.d.ts |
9| 新增 | NA   | 类名:AttestResultInfo; <br/>方法or属性:ticket : string;    | @ohos.deviceAttest.d.ts |