# Functions
JsonBaseResponse writes v into w with http.StatusOK.
JsonBaseResponseCtx writes v into w with http.StatusOK.
JsonErrorResponse writes err into w.
JsonErrorResponseCtx writes err into w.
# Constants
BusinessCodeInvalidParam represents the business code for invalid param.
BusinessCodeUnAuthorized represents the business code for unauthorized.
BusinessContextCodeError represents the business code for ctx error.
BusinessDefaultCodeError represents the business code for error.
BusinessMsgOk represents the business message for success.
# Structs
BaseResponse is the base response struct.