HarmonyOS 根据id查询联系人报错?

API:

  function queryContact(context: Context, key: string, holder?: Holder, attrs?: ContactAttributes): Promise<Contact>; 

报错信息:401 parameter error. The type of id must be number

根据电话号码,查询到的ID为5,接下来使用contact.queryContact(…)查询报错:401 parameter error. The type of id must be number

但是第二个参数就是接收string,传入的也是字符串“5”,内部报错信息不清晰,无法定位错误。

阅读 530
1 个回答

修改参数:

holderId: 1, 
bundleName: 'com.ohos.contacts' 

后不再报错。

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
logo
HarmonyOS
子站问答
访问
宣传栏