Compare commits

..

No commits in common. "849eb44870f52e7dd4de2b0fbb7bd39a48bdc346" and "02e88ed6108bcb81f385067ceae240e7b64a9de6" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -159,7 +159,7 @@ dingtalk:
# 卡片回调路由key
callback_route_key: "gateway.dev.cdlsxd.cn-dingtalk-card"
# 卡片调试工具 [show展示 hide隐藏]
debug_tool_entry_show: "show"
debug_tool_entry_show: "hide"
# 卡片模板
template:
# 基础消息卡片(title + content)

View File

@ -427,8 +427,6 @@ func (s *CallbackService) CallbackDingtalkCard(c *fiber.Ctx) error {
// 获取body中的参数
body := c.Request().Body()
log.Debug("body%s", string(body))
// HTTP 回调结构与SDK结构体不符包装结构体
tmp := struct {
card.CardRequest // 嵌入原结构体