From 7a8f1cb7741436c43fc5859707da5041d6648953 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期一, 21 七月 2025 17:21:41 +0800 Subject: [PATCH] - --- src/api/upload/index.ts | 22 +++++----------------- 1 files changed, 5 insertions(+), 17 deletions(-) diff --git a/src/api/upload/index.ts b/src/api/upload/index.ts index 8fb1139..004e73c 100644 --- a/src/api/upload/index.ts +++ b/src/api/upload/index.ts @@ -18,21 +18,9 @@ return http.request("post", baseUrlApi("/api/upFile/upBizLicense"), { data }); }; -export const captcha = () => { - return http.request<Result>("get", baseUrlApi("/api/zCSMS/captcha")); -}; - -//鑾峰彇瑙掕壊 -export const exRole = () => { - return http.request<Result>("get", baseUrlApi("/api/customer/exRole")); -}; - -// 鑾峰彇鎵嬫満楠岃瘉鐮� -export const phoneNumberCode = (params?: object) => { - return http.request( - "post", - baseUrlApi( - `/api/zCSMS/sendSMS/${params.phone}/${params.code}/${params.codeId}` - ) - ); +// 涓婁紶韬唤璇� +export const uploadIdCord = (params?: object) => { + return http.request("post", baseUrlApi("/api/upFile/uploadIdCord"), { + params + }); }; -- Gitblit v1.9.1