潘志宝
2024-08-15 81c220fd9e0ea6c8ee84c9b766885b0322b4038c
提交 | 用户 | 时间
e7c126 1 ### 请求 /system/mail-template/send-mail 接口 => 成功
H 2 POST {{baseUrl}}/system/mail-template/send-mail
3 Authorization: Bearer {{token}}
4 Content-Type: application/json
5 tenant-id: {{adminTenentId}}
6
7 {
8   "templateCode": "test_01",
9   "mail": "7685413@qq.com",
10   "templateParams": {
11     "key01": "value01",
12     "key02": "value02"
13   }
14 }