Skip to main content

1.搜索账号

通过 手机号用户名 精确查找账号

请求示例

{
findAccounts(args: { keyword: "15159718297" }) {
items {
id
account
phone_number
avatar_url
}
}
}

返回结果

{
"data": {
"findAccounts": {
"items": [
{
"id": "63c5850e-bfd0-43e0-880b-5f39cea18b59",
"account": "15159718297",
"phone_number": "15159718297",
"avatar_url": null
}
]
}
}
}