{
"token":"123",
"value":"123",
"opCode":"encrypt"
}curl --location --request POST 'http://192.168.1.36:8080/akaso/sys/opAesValue' \
--header 'Content-Type: application/json' \
--data-raw '{
"token":"123",
"value":"123",
"opCode":"encrypt"
}'{
"state": "200",
"message": "成功",
"data": "G83vYsWn4tEhslZ9xHvBVg==",
"code": "200"
}