eight
2024-10-24 6dc11a081203cad18b2fc7835d7532e08801c707
1
2
3
4
5
6
7
8
9
10
11
12
13
14
### 请求 /system/sms-template/send-sms 接口 => 成功
POST {{baseUrl}}/system/sms-template/send-sms
Authorization: Bearer {{token}}
Content-Type: application/json
tenant-id: {{adminTenentId}}
 
{
  "templateCode": "test_01",
  "mobile": "15601691390",
  "templateParams": {
    "operation": "value01",
    "code": "value02"
  }
}