UNPKG

@jiaxinjiang/nest-http

Version:

Http request component for NestJs.

7 lines (5 loc) 208 B
import { ApiException } from '@jiaxinjiang/nest-exception'; export class HttpRequestApiException extends ApiException { readonly code: number = 200101; readonly msg: string = 'http接口调用失败'; }