This commit is contained in:
7
src/views/system/payMag/api.js
Normal file
7
src/views/system/payMag/api.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { request } from '@/utils'
|
||||
|
||||
export default {
|
||||
getData: (data) => request.post('/paytype/list', data),
|
||||
add: (data) => request.post('/paytype/add', data),
|
||||
edit: (data) => request.post('/paytype/edit', data),
|
||||
}
|
||||
Reference in New Issue
Block a user