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: { // 应用名称