提交
All checks were successful
构建并部署到测试环境(无 SSH) / build-and-deploy (push) Successful in 7m33s

This commit is contained in:
2026-04-22 15:06:01 +08:00
parent 0f58886454
commit a9690a49db

View File

@@ -227,7 +227,7 @@ func doRequestWithResponse[T any](c *Client, ctx context.Context, path string, p
return nil, err
}
c.logger.Debug("Gateway 原始响应数据", zap.ByteString("data", data))
c.logger.Info("Gateway 原始响应数据", zap.ByteString("data", data))
var result T
if err := sonic.Unmarshal(data, &result); err != nil {