{
"mail": "7685413@qq.com",
"templateCode": "test_01",
"templateParams": {
"key": {}
}
}
curl --location --request POST '/system/mail-template/send-mail' \
--header 'Content-Type: application/json' \
--data-raw '{
"mail": "7685413@qq.com",
"templateCode": "test_01",
"templateParams": {
"key": {}
}
}'
{
"code": 0,
"data": 0,
"msg": ""
}