From 40aebfcd3f160a59b38c1b1542366e0ddd84bce8 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 22 八月 2025 15:10:28 +0800 Subject: [PATCH] feat: 接口对接 --- src/constants/apiEnum.ts | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/constants/apiEnum.ts b/src/constants/apiEnum.ts index b91d90e..687a584 100644 --- a/src/constants/apiEnum.ts +++ b/src/constants/apiEnum.ts @@ -159,6 +159,18 @@ Face = 30, } +/** 涓汉鐢ㄦ埛瀹炲悕鐘舵�� */ +export enum EnumPersonalUserRealStatus { + /**鏈疄鍚� */ + UnReal = 0, + /**鏍¢獙涓� */ + Checking = 10, + /**瀹炲悕澶辫触 */ + Fail = 99, + /**宸插疄鍚� */ + Real = 100, +} + /** 瀹炲悕閫氶亾 */ export enum EnumRealAccess { /**涓婁笂绛� */ -- Gitblit v1.9.1