feat(custom): i

This commit is contained in:
2023-09-06 03:48:46 +08:00
parent 3b3cb7ba34
commit a9707c6d94
51 changed files with 2273 additions and 87 deletions

8
src/views/game/api.js Normal file
View File

@@ -0,0 +1,8 @@
import { request } from '@/utils'
export default {
getData: () => request.post('/dice/getisStart'),
setStatus: (data) => request.post('/dice/isStart', data),
getDS: () => request.post('/dice/getBetting'),
setDS: (data) => request.post('/dice/setBetting', data),
}