|
@@ -52,7 +52,7 @@ func GetTalentInfoStruct(TaskLogistics *http_model.TaskLogistics) *http_model.Ta
|
|
|
TalentPostAddrSnap := TaskLogistics.Talent.TalentPostAddrSnap
|
|
|
return &http_model.TaskLogisticsInfo{
|
|
|
TaskID: TaskLogistics.Talent.TaskID,
|
|
|
- PlatformNickname: conv.MustString(gjson.Get(TalentPlatformInfoSnap, "PlatformInfo.platform_name")),
|
|
|
+ PlatformNickname: conv.MustString(gjson.Get(TalentPlatformInfoSnap, "platform_nickname")),
|
|
|
FansCount: conv.MustString(gjson.Get(TalentPlatformInfoSnap, "fans_count")),
|
|
|
StrategyID: TaskLogistics.Talent.StrategyID,
|
|
|
DetailAddr: conv.MustString(gjson.Get(TalentPostAddrSnap, "detail_addr")),
|