|
@@ -507,6 +507,7 @@ func GetEggEnergyCoreData(c *gin.Context) { |
|
|
PublicWelfareAndCharity: coreData.PublicWelfareAndCharity, |
|
|
PublicWelfareAndCharity: coreData.PublicWelfareAndCharity, |
|
|
StarLevelDividends: coreData.StarLevelDividends, |
|
|
StarLevelDividends: coreData.StarLevelDividends, |
|
|
CommunityDividends: coreData.CommunityDividends, |
|
|
CommunityDividends: coreData.CommunityDividends, |
|
|
|
|
|
DestructionQuantityNums: coreData.DestructionQuantityNums, |
|
|
} |
|
|
} |
|
|
e.OutSuc(c, resp, nil) |
|
|
e.OutSuc(c, resp, nil) |
|
|
} |
|
|
} |
|
|