mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-03-28 11:50:31 +00:00
13 lines
177 B
HTML
13 lines
177 B
HTML
|
|
<div style="width:100%;float:left;">
|
|
<div id="editor">
|
|
{
|
|
"event": "mail",
|
|
"payload": {
|
|
"subject": "hello"
|
|
}
|
|
}
|
|
</div>
|
|
</div>
|
|
<button id="but_submit">invoke</button>
|
|
|