{
"phone": "10101010101",
"account": "31c681bcb34c1457ab5b1521c340468ce106dfc6592bac55fb68f76994130d66",
"secret": "8d0f0b25c236af70c4980bea261b154745ccfba25e5683ef100a9e05b0922e88",
"time": 1651063790,
"openid": "951",
"randomtoken": "12qqqqUtcon1swwectetu1ssssssssssroccaecatveniam",
"paymentpassword": ""
}
curl --location --request POST 'https://testnet.jugugu.cn/GetTokenAlive' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "10101010101",
"account": "31c681bcb34c1457ab5b1521c340468ce106dfc6592bac55fb68f76994130d66",
"secret": "8d0f0b25c236af70c4980bea261b154745ccfba25e5683ef100a9e05b0922e88",
"time": 1651063790,
"openid": "951",
"randomtoken": "12qqqqUtcon1swwectetu1ssssssssssroccaecatveniam",
"paymentpassword": ""
}'
{
"code": 0,
"msg": "string",
"phone": "string",
"confluxaddress": "string",
"ethaddress": "string",
"token": "string"
}