🎀 🌸

API一些常用的邮件模板

有问题请联系小渡qq2092115940

API一些常用的邮件模板

{alert type=”info”}
页面比较简单,凑合看!
{/alert}

效果图

https://blog.heylie.cn/

API密钥购买通知

{hide}

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - API密钥购买通知</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

        a {
            color: #007BFF;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
        <h1>尊敬的<a>小渡科技</a>,您好:</h1>
        <p>您的API密钥已成功购买,具体信息如下:</p>
        <ul style="text-align: left;">
            <li><strong>API接口:</strong>天气查询</li>
            <li><strong>购买时间:</strong>2024-11-04 16:00</li>
            <li><strong>购买花费:</strong>¥100.00</li>
        </ul>
        <p>如有任何疑问,请联系我们的客服团队。</p>
        <hr>
        <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡API</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

{/hide}

API密钥流量异常通知

{hide}

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - API密钥流量异常通知</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

        a {
            color: #007BFF;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
        <h1>尊敬的<a>小渡科技</a>,您好:</h1>
        <p>您的API密钥流量出现异常,具体信息如下:</p>
        <ul style="text-align: left;">
            <li><strong>API接口:</strong>天气查询</li>
            <li><strong>异常时间:</strong>2024-11-04 16:00</li>
            <li><strong>异常描述:</strong>流量超出限制</li>
        </ul>
        <p>请尽快登录控制台查看详细信息并采取相应措施。</p>
        <hr>
        <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡API</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

{/hide}

API密钥停止通知

{hide}

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - API密钥停止通知</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

        a {
            color: #007BFF;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
        <h1>尊敬的<a>小渡科技</a>,您好:</h1>
        <p>您的API密钥因流量过大或违规内容已被停止使用,具体信息如下:</p>
        <ul style="text-align: left;">
            <li><strong>API接口:</strong>天气查询</li>
            <li><strong>停止时间:</strong>2024-11-04 16:00</li>
            <li><strong>停止原因:</strong>流量过大/违规内容</li>
        </ul>
        <p>如需恢复使用,请联系我们的客服团队。</p>
        <hr>
        <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡API</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

{/hide}

API接口提交成功

{hide}

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - API接口提交成功</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

        a {
            color: #007BFF;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
        <h1>尊敬的<a>小渡科技</a>,您好:</h1>
        <p>您提交的API接口已成功接收,具体信息如下:</p>
        <ul style="text-align: left;">
            <li><strong>API接口:</strong>天气查询</li>
            <li><strong>提交时间:</strong>2024-11-04 16:00</li>
            <li><strong>审核时长:</strong>预计在3个法定工作日内完成审核</li>
        </ul>
        <p>我们将在审核后通知您审核结果。</p>
        <hr>
        <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡API</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

{/hide}

API接口审核通过

{hide}

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - API接口审核通过</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

        a {
            color: #007BFF;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
        <h1>尊敬的<a>小渡科技</a>,您好:</h1>
        <p>您提交的API接口已审核通过,具体信息如下:</p>
        <ul style="text-align: left;">
            <li><strong>API接口:</strong>天气查询</li>
            <li><strong>审核通过时间:</strong>2024-11-04 16:00</li>
        </ul>
        <p>您可以立即使用该接口。</p>
        <hr>
        <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡API</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

{/hide}

收益提现成功通知

{hide}

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - 收益提现成功通知</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

        a {
            color: #007BFF;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
        <h1>尊敬的<a>小渡科技</a>,您好:</h1>
        <p>您的收益提现已成功处理,具体信息如下:</p>
        <ul style="text-align: left;">
            <li><strong>提现金额:</strong>¥1000.00</li>
            <li><strong>提现时间:</strong>2024-11-04 16:00</li>
            <li><strong>手续费:</strong>¥10.00</li>
            <li><strong>实际到账金额:</strong>¥990.00</li>
            <li><strong>收款账号:</strong>6666 6666 6666 6666</li>
        </ul>
        <p>如有任何疑问,请联系我们的客服团队。</p>
        <hr>
        <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡API</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

{/hide}

API接口异常通知

{hide}

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - API接口异常通知</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

        a {
            color: #007BFF;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
        <h1>尊敬的<a>小渡科技</a>,您好:</h1>
        <p>我们检测到您提交的API接口出现了多次无法访问的情况,具体信息如下:</p>
        <ul style="text-align: left;">
            <li><strong>接口地址:</strong>http://api.example.com/v1/data</li>
            <li><strong>首次异常时间:</strong>2024-11-04 10:00</li>
            <li><strong>最近一次异常时间:</strong>2024-11-04 16:00</li>
            <li><strong>异常次数:</strong>5次</li>
        </ul>
        <p>请您尽快检查相关配置和服务器状态,确保API接口的正常运行。</p>
        <p>如有任何疑问,请联系我们的技术支持团队。</p>
        <hr>
        <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡API</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

{/hide}

提现驳回通知

{hide}

<!DOCTYPE html>
<html lang="zh-CN">
<head>
    <meta charset="UTF-8">
    <title>小渡科技 - 提现驳回通知</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            margin: 0;
            padding: 0;
            background-color: #eef2f7;
            color: #333;
        }

        .container {
            max-width: 600px;
            margin: 50px auto;
            padding: 30px;
            background-color: #fff;
            border-radius: 15px;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
            text-align: center;
        }

        .header {
            margin-bottom: 20px;
        }

        .header img {
            width: 150px;
            height: auto;
        }

        h1, p {
            margin: 10px 0;
            line-height: 1.6;
        }

        h1 {
            font-size: 24px;
            color: #007BFF;
        }

        p {
            font-size: 16px;
        }

        a {
            color: #007BFF;
            text-decoration: none;
        }

        a:hover {
            text-decoration: underline;
        }

        hr {
            border: 0;
            height: 1px;
            background: #ddd;
            margin: 20px 0;
        }

        .footer {
            text-align: center;
            padding-top: 20px;
            color: #999;
            font-size: 14px;
        }

        .footer a {
            color: #999;
        }

        .footer a:hover {
            color: #666;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <img src="https://cdn.heylie.cn/tb/xiaodu_x.png" alt="小渡科技 Logo">
        </div>
        <h1>尊敬的<a>小渡科技</a>,您好:</h1>
        <p>您的提现申请已被驳回,具体原因如下:</p>
        <ul style="text-align: left;">
            <li><strong>提现金额:</strong>¥1000.00</li>
            <li><strong>申请时间:</strong>2024-11-04 14:00</li>
            <li><strong>驳回原因:</strong>收款账号信息有误</li>
        </ul>
        <p>如有任何疑问,请联系我们的客服团队。</p>
        <hr>
        <div class="footer">
            <p>本邮箱由 小渡科技 系统自动发出,无需回复!</p>
            <p>Copyright © 2023 - 2024 <a href="http://s.dwo.cc">小渡API</a> All Rights Reserved. 小渡科技 版权所有</p>
        </div>
    </div>
</body>
</html>

{/hide}

温馨提示:本文最后更新于2024-11-04 16:42:00,某些文章具有时效性,若有错误或已失效,请在下方留言或联系站长
版权声明

   站内部分内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供网络资源分享服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请 联系我们 一经核实,立即删除。并对发布账号进行永久封禁处理。在为用户提供最好的产品同时,保证优秀的服务质量。


本站仅提供信息存储空间,不拥有所有权,不承担相关法律责任。
THE END
喜欢就支持一下吧
分享
评论 抢沙发

请登录后发表评论

    暂无评论内容