{
"app_id": 0,
"app_secret": "string"
}
curl --location --request GET 'https://gxs.shhkgxs.com:27443/api/thirdpartyToken/get?app_id=1&app_secret=fasef423342sefwe42s' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_id": 0,
"app_secret": "string"
}'
{
"data": {
"token": "75b2103b19c85b548df80c92870c0b55",
"token_expire_time": 86400
},
"type": "success",
"msg": "操作成功",
"code": 0
}