From 0543f4989353b1ea9e83e3c5e6b14abd56b69167 Mon Sep 17 00:00:00 2001 From: zhangwei <1504152376@qq.com> Date: 星期六, 12 七月 2025 11:33:43 +0800 Subject: [PATCH] - --- src/api/register/index.ts | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/api/register/index.ts b/src/api/register/index.ts index f1ce05c..4a09fa1 100644 --- a/src/api/register/index.ts +++ b/src/api/register/index.ts @@ -39,3 +39,12 @@ ) ); }; + +// 娉ㄥ唽瑙掕壊鐢ㄦ埛璧勬枡 +export const createrExRolsInformationexport = (data?: object) => { + return http.request( + "post", + baseUrlApi("/api/customer/createrExRolsInformationexport"), + { data } + ); +}; -- Gitblit v1.9.1