This commit is contained in:
PQZ 2025-04-29 14:57:11 +08:00
parent e18d73b70a
commit c431e05c33
2 changed files with 10 additions and 2 deletions

View File

@ -209,6 +209,14 @@ export function getMemberCoupon() {
}) })
} }
//查询在途提现订单
export function getOnWayOrder() {
return request({
url: '/member/points/getOnWayOrder',
method: 'get',
})
}
//积分提现 //积分提现
export function payout(data) { export function payout(data) {
return request({ return request({

View File

@ -1,8 +1,8 @@
// 应用全局配置 // 应用全局配置
module.exports = { module.exports = {
// baseUrl: 'https://www.ddtg.site/noticeApi', // baseUrl: 'https://www.ddtg.site/noticeApi',
baseUrl: 'https://www.ddtg.site/noticeApi', // baseUrl: 'https://www.ddtg.site/noticeApi',
// baseUrl: 'http://192.168.1.4:8099', baseUrl: 'http://192.168.1.4:8099',
// 应用信息 // 应用信息
appInfo: { appInfo: {
// 应用名称 // 应用名称