From c1e78b9425374025fad98dfc9ac735f8ae4a8bbd Mon Sep 17 00:00:00 2001 From: peng <peng.com> Date: 星期三, 09 七月 2025 18:02:24 +0800 Subject: [PATCH] update 设置默认抽成比例为5 --- manager/src/api/customer.js | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/manager/src/api/customer.js b/manager/src/api/customer.js index bf261ad..9972185 100644 --- a/manager/src/api/customer.js +++ b/manager/src/api/customer.js @@ -69,6 +69,8 @@ method: "DELETE", }) } + +// 鍟嗗涓嬫媺 export const getStoreSelectOptions = () =>{ return service({ url: '/customerManager/store/selectOption', @@ -76,3 +78,9 @@ }) } +export const getCustomerInfo= (params) =>{ + return service({ + url: '/customerManager/'+ params, + method: 'GET' + }) +} -- Gitblit v1.8.0