iot-ui-vue/src/views/notice/Config/Detail/doc/Webhook.tsx

24 lines
822 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

import './index.less';
const Webhook = () => {
return (
<div class={'doc'}>
<h1>1. </h1>
<div>
webhook是一个接收HTTP请求的URLHTTP
POST请求Webhook的第三方系统可以基于该URL订阅本平台系统信息便
</div>
<h1>2.</h1>
<h2>1Webhook</h2>
<div>Webhook地址</div>
<h2>2</h2>
<div>
Accept-Language
Content-Type
</div>
</div>
);
};
export default Webhook;