1
0

fix ue integer float r error

This commit is contained in:
2024-06-01 23:35:34 +09:00
parent 2b479451c1
commit 811c00ebeb
15 changed files with 1473 additions and 22 deletions

View File

@@ -1617,6 +1617,15 @@
"author": {
"type": "string"
},
"game_lv": {
"type": "string"
},
"game_exp": {
"type": "string"
},
"game_id": {
"type": "string"
},
"created_at": {
"type": "string",
"format": "date-time"
@@ -1813,6 +1822,15 @@
"author": {
"type": "string"
},
"game_lv": {
"type": "string"
},
"game_exp": {
"type": "string"
},
"game_id": {
"type": "string"
},
"owner": {
"type": "integer"
}
@@ -4393,6 +4411,15 @@
"author": {
"type": "string"
},
"game_lv": {
"type": "string"
},
"game_exp": {
"type": "string"
},
"game_id": {
"type": "string"
},
"created_at": {
"type": "string",
"format": "date-time"
@@ -4461,6 +4488,15 @@
"author": {
"type": "string"
},
"game_lv": {
"type": "string"
},
"game_exp": {
"type": "string"
},
"game_id": {
"type": "string"
},
"created_at": {
"type": "string",
"format": "date-time"
@@ -4524,6 +4560,15 @@
"author": {
"type": "string"
},
"game_lv": {
"type": "string"
},
"game_exp": {
"type": "string"
},
"game_id": {
"type": "string"
},
"created_at": {
"type": "string",
"format": "date-time"
@@ -4587,6 +4632,15 @@
"author": {
"type": "string"
},
"game_lv": {
"type": "string"
},
"game_exp": {
"type": "string"
},
"game_id": {
"type": "string"
},
"created_at": {
"type": "string",
"format": "date-time"
@@ -4650,6 +4704,15 @@
"author": {
"type": "string"
},
"game_lv": {
"type": "string"
},
"game_exp": {
"type": "string"
},
"game_id": {
"type": "string"
},
"created_at": {
"type": "string",
"format": "date-time"
@@ -5895,6 +5958,15 @@
"author": {
"type": "string"
},
"game_lv": {
"type": "string"
},
"game_exp": {
"type": "string"
},
"game_id": {
"type": "string"
},
"created_at": {
"type": "string",
"format": "date-time"