initial commit
This commit is contained in:
8
src/api/betting.js
Normal file
8
src/api/betting.js
Normal file
@@ -0,0 +1,8 @@
|
||||
import httpClient from '@/libs/http-client'
|
||||
|
||||
export function bettingList (params) {
|
||||
const url = '/api/bet/betlist'
|
||||
return httpClient.post(url, params).then(response => {
|
||||
return response
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user