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