Fix live power calculation [3/3]

https://wiki-ll.loveliv.es/%E5%88%86%E6%95%B0%E8%AE%A1%E7%AE%97%E6%96%B9%E5%BC%8F

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-04-21 04:04:31 +08:00
parent 0b3b0d987f
commit 02ffdd8010
3 changed files with 120 additions and 12 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ type LiveScheduleResp struct {
// Play
type PlayReq struct {
Module string `json:"module"`
PartyUserID int `json:"party_user_id"`
PartyUserID int64 `json:"party_user_id"`
Action string `json:"action"`
Mgd int `json:"mgd"`
IsTraining bool `json:"is_training"`