/** * @description: 客户端 api 返回结果设置 */ export enum ClientApiResultEnum { CLIENT_SUCCESS = 1, CLIENT_ERROR = 0, }