From 749d37d04c015f6dfc6e430200700b59ff410b51 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期四, 25 七月 2024 10:18:17 +0800
Subject: [PATCH] 提交
---
wechat_staff/api/index.js | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/wechat_staff/api/index.js b/wechat_staff/api/index.js
index 399269d..924f405 100644
--- a/wechat_staff/api/index.js
+++ b/wechat_staff/api/index.js
@@ -263,6 +263,14 @@
data
})
}
+// 鑾峰彇鍐呭鍒嗕韩娴锋姤
+export const getContentShareImg = (data) => {
+ return request({
+ url: '/web/personnel/getContentShareImg',
+ method: 'POST',
+ data
+ })
+}
// 0鍏冨畾鍒朵俊鎭�
export const saveFreeCustomizationApply = (data) => {
return request({
--
Gitblit v1.9.3