diff --git a/modules/hero/api_strengthenUpStar.go b/modules/hero/api_strengthenUpStar.go index 291813626..f66b4b704 100644 --- a/modules/hero/api_strengthenUpStar.go +++ b/modules/hero/api_strengthenUpStar.go @@ -60,8 +60,8 @@ func (this *apiComp) StrengthenUpStar(session comm.IUserSession, req *pb.HeroStr this.module.modelHero.PropertyCompute(_hero) // 重新计算属性 _heroMap := map[string]interface{}{ "star": _hero.Star, - "talentProperty": _hero.Property, - "property": _hero.TalentProperty, + "talentProperty": _hero.TalentProperty, + "property": _hero.Property, "juexProperty": _hero.JuexProperty, "horoscopeProperty": _hero.HoroscopeProperty, }