API

HTTP报文示例

创建

                            
POST /open/jump HTTP/1.1
accept-encoding: gzip, deflate, br
accept: */*
appid: 175207596317101
appkey: Mo2CnCSn3nKS10n3JktoZ5WCxl8cwke9DPZQRIfrSL4
connection: keep-alive
content-type: application/x-www-form-urlencoded
user-agent: Reqable/2.33.12

originalUrl=https%3A%2F%2Fwww.baidu.com&tag=baidu
                            
                            
                                
HTTP/1.1 200
connection: keep-alive
content-type: application/json
date: Sun, 27 Jul 2025 09:27:29 GMT
server: nginx/1.27.5
transfer-encoding: chunked

{"code":0,"msg":"好","data":"B"}
                                
                            

删除

                
DELETE /open/jump?slug=B HTTP/1.1
accept-encoding: gzip, deflate, br
accept: */*
appid: 175207596317101
appkey: Mo2CnCSn3nKS10n3JktoZ5WCxl8cwke9DPZQRIfrSL4
connection: keep-alive
user-agent: Reqable/2.33.12

            

HTTP/1.1 200
connection: keep-alive
content-type: application/json
date: Sun, 27 Jul 2025 09:43:42 GMT
server: nginx/1.27.5
transfer-encoding: chunked

{"code":0,"msg":"好","data":true}