{
"appid": "xxxxxxxx",
"appsecret": "NCr3h89qTKL5rw8w",
"access_token": "5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjU1ODg4OTg2LCJuYmYiOjE2NTU4ODg5ODY"
}curl --location --request POST '/outapi/refresh_token' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "xxxxxxxx",
"appsecret": "NCr3h89qTKL5rw8w",
"access_token": "5ldCIsImF1ZCI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjU1ODg4OTg2LCJuYmYiOjE2NTU4ODg5ODY"
}'{
"status": 200,
"msg": "获取成功",
"data": {
"access_token": "CI6InRlc3QucHJvLnd1aHQubmV0IiwiaWF0IjoxNjU1ODc5Njc3LCJuYmYiOjE2NTU4Nzk2NzcsImV",
"exp_time": 1655966077
}
}