Authorization: Bearer ********************{
"mobile": "15601691300",
"templateCode": "test_01",
"templateParams": {
"property1": {},
"property2": {}
}
}curl --location '/admin-api/system/sms-template/send-sms' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"mobile": "15601691300",
"templateCode": "test_01",
"templateParams": {
"property1": {},
"property2": {}
}
}'{
"code": 0,
"data": 0,
"msg": "string"
}