From aea82fc6285fd37a33e0efd6cd0e5089dfa32faf Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期一, 01 九月 2025 22:05:58 +0800 Subject: [PATCH] Merge branch 'dev_fix_sub' of http://42.193.1.25:9521/r/lmk-shop-wx into dev_fix_sub --- api/customerManager.js | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/api/customerManager.js b/api/customerManager.js index e69de29..b358cc5 100644 --- a/api/customerManager.js +++ b/api/customerManager.js @@ -0,0 +1,13 @@ +/** + * 瀹㈡埛绠$悊API + */ +import { http, Method } from "@/utils/request.js"; + +export function getPage(param){ + return http.request({ + url:"/lmk/customer", + method: Method.GET, + needToken: true, + data:param + }) +} \ No newline at end of file -- Gitblit v1.8.0