Files
full/module/base/sender/test/http/mail_send.http

12 lines
259 B
HTTP

POST http://api.apinb.com/sender.Mail/Send
content-type: application/json
{
"provider": "qq",
"template_key": "verify_code",
"to": "2481286@qq.com",
"is_gen_code": true,
"paramters": {
"product": ""
}
}