release(custom): i

This commit is contained in:
2023-10-10 15:01:00 +08:00
parent a9707c6d94
commit 5b33290de6
78 changed files with 13003 additions and 5230 deletions

7
src/views/finance/api.js Normal file
View File

@@ -0,0 +1,7 @@
import { request } from '@/utils'
export default {
getData: (data) => request.post('/store/withdraw', data),
// 审核提现
passAudit: (data) => request.post('/store/withdraw/edit', data),
}