重修了对对碰部分逻辑

This commit is contained in:
tsui110 2025-12-19 21:49:49 +08:00
parent 4c3dfdd916
commit ad0232ad21
2 changed files with 1198 additions and 917 deletions

View File

@ -208,3 +208,7 @@ export function getMatchingGameState(game_id) {
export function getMatchingCardTypes() { export function getMatchingCardTypes() {
return authRequest({ url: '/api/app/matching/card_types', method: 'GET' }) return authRequest({ url: '/api/app/matching/card_types', method: 'GET' })
} }
export function createMatchingPreorder(issue_id) {
return authRequest({ url: '/api/app/matching/preorder', method: 'POST', data: { issue_id } })
}

File diff suppressed because it is too large Load Diff