From 9857f8cdadf9bbda695a689f42e0e8cecfefab3f Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期四, 21 十一月 2024 17:08:07 +0800 Subject: [PATCH] 添加积分兑换 --- api/index.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/api/index.js b/api/index.js index 2fa8cd3..f78fa5b 100644 --- a/api/index.js +++ b/api/index.js @@ -132,6 +132,15 @@ return request('/shopGoodsCategory/search',data,'POST') } +//积分兑换 +export function integralConvertApi(data){ + return request('/userIntegralConvert/create',data,'POST') +} +//积分规则 +export function getRuleDetailApi(data){ + return request('/userIntegralRuleDetail/search',data,'POST') +} + -- Gitblit v1.9.3