全局:默认暂时写死

This commit is contained in:
YunaiV
2023-12-28 23:36:52 +08:00
parent d4bbe55126
commit 3280d65be5
4 changed files with 30 additions and 49 deletions
-10
View File
@@ -1,16 +1,6 @@
import request from '@/sheep/request';
export default {
// 预支付
prepay: (data) =>
request({
url: 'pay/prepay',
method: 'POST',
data,
custom: {
loadingMsg: '支付中',
},
}),
// 发起提现
withdraw: {
list: (params) =>