小编Joh*_*ose的帖子

我们是否可以为测试、阶段和生产等不同环境的 sendgrid webhook 设置单独的 URL

我正在尝试为发送电子邮件时触发的事件设置 sendgrid webhooks 等。有没有办法传递像 twilio 这样的 URL 或任何其他设置更改,允许我为不同的环境添加更多 URL。

我还试图区分测试和产品。

例如 -


测试- test.callmebackwithInfo.com/sendgrid


阶段- stage.callmebackwithInfo.com/sendgrid


产品- prod.callmebackwithInfo.com/sendgrid

sendgrid

5
推荐指数
1
解决办法
2118
查看次数

Bootstrap 4 边框类不适用于顶部,对

我正在尝试使用 bootstrap 4 边框为 div 提供边框。只有边框属性看起来很奇怪,而其他属性没有边框显示。请在下面找到代码片段。

我也尝试过 beta 2 版本。

如果我遗漏了什么,请告诉我。

<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <title>Home</title>
    <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
    <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
    <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
</head>

<body>
    <!-- Just created a contianer to test the border class -->
    <div class="container">
        <div class="text-center">
            <h1> Testing bootstrap 4</h1>
        </div>
        <div class="row mt-2">
            <div class="col-12">
                <!-- Testing span with class border -->
                <span class="border">
                <div class="text-primary">Testing Bootsrap 4 Border </div>
            </span>
            </div> …
Run Code Online (Sandbox Code Playgroud)

html css bootstrap-4

3
推荐指数
1
解决办法
8742
查看次数

标签 统计

bootstrap-4 ×1

css ×1

html ×1

sendgrid ×1