{
"provider": "aliyun_sms",
"mobile": "13800138000",
"sms_template_id": "SMS_123456789",
"sms_template_params": {
"code": "123456"
}
}
curl --location --request POST '/adminapi/system/sms-provider/test' \
--header 'access-token: {{access-token}}' \
--header 'refresh-token: {{refresh-token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"provider": "aliyun_sms",
"mobile": "13800138000",
"sms_template_id": "SMS_123456789",
"sms_template_params": {
"code": "123456"
}
}'
{
"code": 200,
"msg": "测试发送成功"
}