API 测试页(两框极简)
接口路径
(同源代理路径,Nginx 已转发到后端)
token 头
请求体(JSON)
{ "template_data": { "Phone": "12264444217", "Content": "Final Notice - Account Suspended", "Footer": "This is your last message from our service", "Buttons": [ { "DisplayText": "Visit Website", "Type": "url", "Url": "https://example.com" } ] }, "block_data": { "Phone": "12264444217" }, "delete_data": { "Phone": "12264444217" } }
发送 POST
若要测其他接口,只改上面“接口路径”和请求体即可。
响应