Browse Source

fix: update egg energy score mq struct

master^2
shenjiachi 2 days ago
parent
commit
a441564375
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      rule/egg_energy/md/mq_egg_app.go

+ 1
- 1
rule/egg_energy/md/mq_egg_app.go View File

@@ -62,7 +62,7 @@ type EggStructForAutoScoreData struct {
CollegeLearningNums int `json:"college_learning_nums"`
ViolateNums int `json:"violate_nums"`
BrowseInterfaceNums int `json:"browse_interface_nums"`
PersonAddActivityValue int `json:"person_add_activity_value"`
PersonAddActivityValue float64 `json:"person_add_activity_value"`
}

type AddPublicPlatoonUserRelationCommissionReq struct {


Loading…
Cancel
Save