refactor: reorganize modules and add Linux build tooling
This commit is contained in:
12
module/base/sender/test/http/mail_send.http
Normal file
12
module/base/sender/test/http/mail_send.http
Normal file
@@ -0,0 +1,12 @@
|
||||
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": "深圳市泰达维科技"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user