重修了对对碰部分逻辑
This commit is contained in:
parent
4c3dfdd916
commit
ad0232ad21
@ -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
Loading…
x
Reference in New Issue
Block a user