{
"phones": [
"18656629757",
"18139218402"
]
}
curl --location --request POST 'https://testnet.jugugu.cn/GUGUBOX_PhoneAddress' \
--header 'Content-Type: application/json' \
--data-raw '{
"phones": [
"18656629757",
"18139218402"
]
}'
{
"code": 0,
"msg": "string",
"cfxaddress": [
{
"name": "string",
"symbol": "string",
"contractaddress": "string",
"adminaddress": "string",
"type": "string"
}
],
"ethaddress": [
"string"
],
"items": "string"
}