编辑球局
This commit is contained in:
@@ -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') {
|
||||
|
||||
Reference in New Issue
Block a user