curl --location --request GET 'https://api.xiaojukeji.com//v1/user/clientToken' \
--header 'Authorization: Bearer domain|{access_token}' \
--header 'Authorization;' \
--header 'content-type: application/json' \
--data-raw '{"client_uid":"xxx","phone":11100011296}'
{
"openid": "string",
"third_token": "string"
}