初始版本
This commit is contained in:
18
business_uniapp/src/api/cashOut.ts
Normal file
18
business_uniapp/src/api/cashOut.ts
Normal file
@@ -0,0 +1,18 @@
|
||||
import request from '@/utils/request'
|
||||
|
||||
//获取提现配置
|
||||
export function getCashOutConfig(data?: any) {
|
||||
return request.post({ url: '/withdraw/getWithDrawInfo', data })
|
||||
}
|
||||
|
||||
export function toCashOut(data?: any) {
|
||||
return request.post({ url: '/withdraw/apply', data })
|
||||
}
|
||||
|
||||
export function listData(data?: any) {
|
||||
return request.get({ url: '/withdraw/logLists', data })
|
||||
}
|
||||
|
||||
export function userWithdrawDetail(data?: any) {
|
||||
return request.get({ url: '/withdraw/detail', data })
|
||||
}
|
||||
Reference in New Issue
Block a user