{
"tokenValue": "70154c5c7a944bcd94ee1b99eee4e2cb"
}
curl --location --request GET 'http://172.168.1.18:8657/sz-prodcut//token/encodeToken.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"tokenValue": "70154c5c7a944bcd94ee1b99eee4e2cb"
}'
{
"code": 1,
"data": {
"tokenValue": "4ec91123b01c483aae9cf721d19355a0",
"tokenKey": "6093cd1734694fcfb115385f9052b94a"
},
"msg": "成功"
}