{
"key": "string"
}
curl --location --request GET 'http://172.168.1.18:8657/sz-prodcut//token/getToken.do' \
--header 'Cookie: JSESSIONID=598E4F80CC13CF23B6FB096103875F74' \
--header 'Content-Type: application/json' \
--data-raw '{
"key": "string"
}'
{
"code": 1,
"data": {
"tokenValue": "1312c9257d4346d4aee9a467a0c03626",
"tokenKey": "b0e662019a1344e4a916b690c19c18fc"
},
"msg": "成功"
}