{
"phone": "13945973867",
"account": "aaaa81bcb34c1457ab5b1521c340468ce106dfc6592bac55fb68f76994130d66",
"secret": "8d0f0b25c236af70c4980bea261b154745ccfba25e5683ef100a9e05b0922e88",
"verifyid": "31",
"verifycode": "84"
}
curl --location --request POST 'https://testnet.jugugu.cn/Commsms' \
--header 'Content-Type: application/json' \
--data-raw '{
"phone": "13945973867",
"account": "aaaa81bcb34c1457ab5b1521c340468ce106dfc6592bac55fb68f76994130d66",
"secret": "8d0f0b25c236af70c4980bea261b154745ccfba25e5683ef100a9e05b0922e88",
"verifyid": "31",
"verifycode": "84"
}'
{
"code": 0,
"msg": "success"
}