From c431e05c336614958b8abb2f1f4d89315ea070ed Mon Sep 17 00:00:00 2001 From: PQZ Date: Tue, 29 Apr 2025 14:57:11 +0800 Subject: [PATCH] 1 --- api/business/member.js | 8 ++++++++ config.js | 4 ++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/api/business/member.js b/api/business/member.js index 8e065ba..a5dd26c 100644 --- a/api/business/member.js +++ b/api/business/member.js @@ -209,6 +209,14 @@ export function getMemberCoupon() { }) } +//查询在途提现订单 +export function getOnWayOrder() { + return request({ + url: '/member/points/getOnWayOrder', + method: 'get', + }) +} + //积分提现 export function payout(data) { return request({ diff --git a/config.js b/config.js index a004ae9..cf54934 100644 --- a/config.js +++ b/config.js @@ -1,8 +1,8 @@ // 应用全局配置 module.exports = { // baseUrl: 'https://www.ddtg.site/noticeApi', - baseUrl: 'https://www.ddtg.site/noticeApi', - // baseUrl: 'http://192.168.1.4:8099', + // baseUrl: 'https://www.ddtg.site/noticeApi', + baseUrl: 'http://192.168.1.4:8099', // 应用信息 appInfo: { // 应用名称