362 B
362 B
Mail method
/sender.Mail/Send
Request
{
provider: "", // type<string>
template_key: "", // type<string>
to: "", // type<string>
paramters: {
"": ""
}, // map<string,string>, 验证码相关
}
Reply
{
data: "", // type<string>
}