mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-12 07:17:27 +08:00
Update CardMakerController.kt
This commit is contained in:
@@ -60,11 +60,8 @@ class CardMakerController(
|
|||||||
return json
|
return json
|
||||||
}
|
}
|
||||||
|
|
||||||
fun gameConnect(modelKind: Int, modelVersion: Int, url: String) = mapOf(
|
fun gameConnect(modelKind: Int, modelVersion: Int, url: String) =
|
||||||
"modelKind" to modelKind,
|
mapOf("modelKind" to modelKind, "modelVersion" to modelVersion, "url" to url)
|
||||||
"modelVersion" to modelVersion,
|
|
||||||
"url" to url
|
|
||||||
)
|
|
||||||
|
|
||||||
@API("GetGameConnectApi")
|
@API("GetGameConnectApi")
|
||||||
fun getGameConnect(@ModelAttribute request: MutableMap<String, Any>): Any? {
|
fun getGameConnect(@ModelAttribute request: MutableMap<String, Any>): Any? {
|
||||||
|
|||||||
Reference in New Issue
Block a user