1
This commit is contained in:
parent
e18d73b70a
commit
c431e05c33
@ -209,6 +209,14 @@ export function getMemberCoupon() {
|
||||
})
|
||||
}
|
||||
|
||||
//查询在途提现订单
|
||||
export function getOnWayOrder() {
|
||||
return request({
|
||||
url: '/member/points/getOnWayOrder',
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
//积分提现
|
||||
export function payout(data) {
|
||||
return request({
|
||||
|
@ -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: {
|
||||
// 应用名称
|
||||
|
Loading…
Reference in New Issue
Block a user