From 0565894ebaf308d03e1dbfa38b0081cdfd4b79b6 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期五, 10 十月 2025 13:32:19 +0800 Subject: [PATCH] feat: 短信 --- src/constants/apiEnum.ts | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/constants/apiEnum.ts b/src/constants/apiEnum.ts index e869b1b..49b80ec 100644 --- a/src/constants/apiEnum.ts +++ b/src/constants/apiEnum.ts @@ -21,6 +21,8 @@ Wxmp = 20, /**H5鐧诲綍 */ H5 = 30, + /**鎺ュ彛 */ + Api = 40, } /** 缂栧彿鍦板潃鍦烘櫙 */ @@ -369,6 +371,8 @@ UserServerEnterpriseEmployee = 19, /**鐢靛瓙绛� */ ElectronSignServerElectronSign = 20, + /**鐢靛瓙绛� */ + ToolServerSms = 21, } /** 璧勬簮璇锋眰鏂瑰紡 */ -- Gitblit v1.9.1