潘志宝
2024-12-23 5bf42aa9950058f391805e6fb8d7376f4378924b
提交 | 用户 | 时间
e7c126 1 ### 请求 /system/sms-template/send-sms 接口 => 成功
H 2 POST {{baseUrl}}/system/sms-template/send-sms
3 Authorization: Bearer {{token}}
4 Content-Type: application/json
5 tenant-id: {{adminTenentId}}
6
7 {
8   "templateCode": "test_01",
9   "mobile": "15601691390",
10   "templateParams": {
11     "operation": "value01",
12     "code": "value02"
13   }
14 }