fix ue integer float r error
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user