Blame view

src/constants/enum.ts 74 Bytes
calmound authored
1
2
3
4
// 请求的正确/错误码
export enum RESPONSE_CODE {
  SUCCESS = 0,
}