mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-09-13 11:55:39 -05:00
Update CardMakerController.kt
This commit is contained in:
@@ -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\"}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user