mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-04-25 07:18:56 -05:00
Update CardMakerController.kt
This commit is contained in:
parent
707ce3715b
commit
b89f123d1b
|
|
@ -61,7 +61,7 @@ class CardMakerController(
|
|||
}
|
||||
|
||||
fun gameConnect(modelKind: Int, type: Int, titleUri: String) =
|
||||
mapOf("modelkind" to modelKind, "type" to type, "titleUri" to titleUri)
|
||||
mapOf("modelKind" to modelKind, "type" to type, "titleUri" to titleUri)
|
||||
|
||||
@API("GetGameConnectApi")
|
||||
fun getGameConnect(@ModelAttribute request: MutableMap<String, Any>): Any? {
|
||||
|
|
@ -105,4 +105,4 @@ class CardMakerController(
|
|||
|
||||
@API("UpsertClientSettingApi")
|
||||
fun upsertClientSetting() = "{\"returnCode\":1,\"apiName\":\"UpsertClientSettingApi\"}"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user