编辑球局

This commit is contained in:
筱野
2025-09-27 21:23:45 +08:00
parent ac8a12995b
commit e5851c1c3b
5 changed files with 83 additions and 28 deletions

View File

@@ -154,6 +154,12 @@ class PublishService {
showToast: false,
})
}
async gamesUpdate(data: PublishBallData): Promise<ApiResponse<createGameData>> {
return httpService.post('/games/update', data, {
showLoading: true,
loadingText: '发布中...'
})
}
async getPictures(req) {
const { type, tag, otherReq = {} } = req
if (type === 'history') {