Fix live power calculation

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-04-20 19:56:16 +08:00
parent c5a365f22b
commit b8186d43f6
4 changed files with 169 additions and 14 deletions
+2 -2
View File
@@ -164,14 +164,14 @@ type PlayResponseData struct {
MarathonEventID interface{} `json:"marathon_event_id"`
NoSkill bool `json:"no_skill"`
CanActivateEffect bool `json:"can_activate_effect"`
ServerTimestamp int `json:"server_timestamp"`
ServerTimestamp int64 `json:"server_timestamp"`
}
// preciseScore
type PlayScoreReq struct {
Module string `json:"module"`
Action string `json:"action"`
TimeStamp int `json:"timeStamp"`
TimeStamp int64 `json:"timeStamp"`
Mgd int `json:"mgd"`
LiveDifficultyID string `json:"live_difficulty_id"`
CommandNum string `json:"commandNum"`