client/docs/sender/mail.md

362 B

Mail

Mail method

/sender.Mail/Send

Request

{
    provider: "", // type<string>
    template_key: "", // type<string>
    to: "", // type<string>
    paramters: {
        "": ""
    }, // map<string,string>, 验证码相关
}

Reply

{
    data: "", // type<string>
}