소스 검색

删除新加方法

yjp 1 년 전
부모
커밋
3a96ce40c3
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      http_binding/response/response.go

+ 0 - 4
http_binding/response/response.go

@@ -81,10 +81,6 @@ func SendMapResponse(c *binding_context.Context, statusCode int, data map[string
 	c.JSON(statusCode, msgRespMap)
 }
 
-func SendRawMapResponse(c *binding_context.Context, statusCode int, data map[string]any, err error) {
-	c.JSON(statusCode, data)
-}
-
 type MsgResponse struct {
 	Success bool   `json:"success"`
 	ErrCode int    `json:"errCode"`