瀏覽代碼

fix: update egg energy score mq struct

master
shenjiachi 5 天之前
父節點
當前提交
a441564375
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      rule/egg_energy/md/mq_egg_app.go

+ 1
- 1
rule/egg_energy/md/mq_egg_app.go 查看文件

@@ -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…
取消
儲存