12 lines
259 B
Plaintext
12 lines
259 B
Plaintext
|
|
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": "深圳市泰达维科技"
|
||
|
|
}
|
||
|
|
}
|