获取当前用户信息
{
getMyAccount {
id
accid
account
fullname
avatar_url
phone_number
phone_number_verified
company_id
company {
name
owner_id
logo_url
brand_name
enroll_type
store_status
verify_status
has_payment_password
customer_citic_user_id
merchant_citic_user_id
}
employee {
id
roles {
code
}
}
}
}
请求结果
{
"data": {
"getMyAccount": {
"id": "a060dad8-7398-47b3-a679-9988837dd231",
"accid": "858c8a9fbf6e61a546d16fa98498b011",
"account": "test001",
"fullname": "Kamwing",
"avatar_url": "https://files.for1688.cn/ios_2021-11-20-16:44:02_5ltagbgn_828.0*1104.0.png",
"phone_number": "18605006983",
"phone_number_verified": true,
"company_id": "667f1e0c-5ced-4c33-989d-75856779d382",
"company": {
"name": "危金荣",
"owner_id": "a060dad8-7398-47b3-a679-9988837dd231",
"logo_url": null,
"brand_name": "危金荣",
"enroll_type": "individual",
"store_status": null,
"verify_status": "approved",
"has_payment_password": true,
"customer_citic_user_id": "f2124590-71dc-4496-aa45-b65cf4f20274",
"merchant_citic_user_id": "8d86df98-28a4-464e-9aaa-2c76189ddd01"
},
"employee": {
"id": "2e1ac2f6-7c66-4b98-b403-b4372bf2062b",
"roles": [
{
"code": "platform_super_admin"
}
]
}
}
}
}