|
@@ -64,7 +64,7 @@ func (l *InfoChangeLogic) InfoChange(in *consumer.InfoDetailReq) (*consumer.Info
|
|
|
Results.Detail = mc.InterfaceToStr(data["detail"])
|
|
|
Results.CreateTime = mc.InterfaceToStr(data["create_time"])
|
|
|
if data["related_id"] != nil && mc.IntAll(data["related_id"]) != 0 {
|
|
|
- Related.Id = mc.InterfaceToStr(data["related_id"])
|
|
|
+ Related.Id = se.SE.EncodeString(mc.InterfaceToStr(data["related_id"]))
|
|
|
Related.Title = mc.InterfaceToStr(data["relatedTitle"])
|
|
|
Results.InfoDetailRelated = &Related
|
|
|
}
|