Authorization: Bearer ********************
{
"params": {
"openid": "xxxxx",
"iv": "xxxxxxx",
"encrypted_data": "xxxxxxx"
}
}
curl --location --request POST 'https://shop.ijuhui.mobi/wxapi/decrypt' \
--header 'Content-Type: application/json' \
--data-raw '{
"params": {
"openid": "xxxxx",
"iv": "xxxxxxx",
"encrypted_data": "xxxxxxx"
}
}'
{
"code": 0,
"result": "string"
}