发送邮件
接口说明
请求方式: post
请求路径: waba.infin8linx.com/sendEmail
content type: application/json
参数说明
| 字段 | 类型 | 是否必填 | 名称 | 说明 |
|---|---|---|---|---|
| appid | string | 是 | appid | |
| accesskey | string | 是 | accesskey | |
| toAddress | string | 是 | 接收地址 例:123@qq.com | |
| code | int | 是 | 验证码 | |
| lang | string | 是 | 语言 | en=英语,id=印尼 |
响应结果
{
"code": 0, //0=成功,1=失败
"msg": "operation succeeded",
"data": {
"uuid": "5d90a5f9"
}
}