部分修改
This commit is contained in:
@@ -41,3 +41,39 @@ export async function orderRefund(bodys) {
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
export async function getWeiXinCollect() {
|
||||
return request('/api/orders/getWeiXinCollect', {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Content-Type': 'application/json;charset=UTF-8',
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
export async function getCollect() {
|
||||
return request('/api/orders/getCollect', {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Content-Type': 'application/json;charset=UTF-8',
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
export async function getBalance() {
|
||||
return request('/api/orders/getBalance', {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Content-Type': 'application/json;charset=UTF-8',
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
export async function getZhiFuBaoCollect() {
|
||||
return request('/api/orders/getZhiFuBaoCollect', {
|
||||
method: 'GET',
|
||||
headers: {
|
||||
'Content-Type': 'application/json;charset=UTF-8',
|
||||
},
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user