From 770a9df5d7315539112559cfde52e67eb81f4e2f Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Thu, 27 Mar 2025 14:43:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E8=B0=83=E5=90=8C=E6=97=B6=E6=94=AF?= =?UTF-8?q?=E6=8C=81get=E3=80=81post?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- handler/cid.go | 1 + 1 file changed, 1 insertion(+) diff --git a/handler/cid.go b/handler/cid.go index f4dc7f6..ca79ba8 100644 --- a/handler/cid.go +++ b/handler/cid.go @@ -55,6 +55,7 @@ func SetUpCIDGroup(router *gin.Engine) { cidGroup.POST("/log", GetCIDLogList) //获取执行日志 cidGroup.POST("/log/detail", GetCIDLog) //获取执行日志详情 cidGroup.GET("/callback", CIDCallback) + cidGroup.POST("/callback", CIDCallback) } func RunCID(c *gin.Context) { var req CIDRunReq