{
"id": 1,
"sendType": "request"
}
curl --location --request POST '/myauth/web/getMailSend' \
--header 'token: b9eab83c09cc4d38bbcef5392cfb6333' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 1,
"sendType": "request"
}'
{
"code": 200,
"success": true,
"msg": "查询成功",
"sign": "",
"result": {
"id": 1,
"sendType": "request",
"sendSwitch": 0,
"sendTheme": "MyAuth授权中心注册通知",
"sendTitle": "您的授权绑定已注册成功!",
"sendTemplates": "authSend"
},
"timestamp": 1652711549641
}