{
"scene":"ACCOUNT",
"accountInfo": {
"account":"cs2629",
"password":"5G1VKWJguIatTIVo+hicHA==",
"expire":30
}
}curl --location '/userPlatform/token/access' \
--header 'Content-Type: application/json' \
--data '{
"scene":"ACCOUNT",
"accountInfo": {
"account":"cs2629",
"password":"5G1VKWJguIatTIVo+hicHA==",
"expire":30
}
}'{"code":200,"message":"接口调用成功","data":{"token":"5d93d2ffced04592b02c1679c24477b6"}}