From 0945357a90167c10cdc56ac8a6859b5ae39b7413 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 23 七月 2024 17:57:22 +0800
Subject: [PATCH] 提交

---
 wechat_staff/api/index.js |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/wechat_staff/api/index.js b/wechat_staff/api/index.js
index a8c1d52..78224b6 100644
--- a/wechat_staff/api/index.js
+++ b/wechat_staff/api/index.js
@@ -143,7 +143,14 @@
     data
   })
 }
-
+// 鎴戠殑 鏀惰棌/鍠滄鍒楄〃
+export const collectLikePage = (data) => {
+  return request({
+    url: '/web/customer/collectLikePage',
+    method: 'POST',
+    data
+  })
+}
 // 0鍏冨畾鍒朵俊鎭�
 export const saveFreeCustomizationApply = (data) => {
   return request({

--
Gitblit v1.9.3