diff --git a/internal/data/wechatrepoimpl/bank_multi_activity.go b/internal/data/wechatrepoimpl/bank_multi_activity.go index f0c9b00..a18a6bc 100644 --- a/internal/data/wechatrepoimpl/bank_multi_activity.go +++ b/internal/data/wechatrepoimpl/bank_multi_activity.go @@ -77,13 +77,13 @@ func (w *BankMultiActivityImpl) Notify(ctx context.Context, mchId string, header } return &bo.WechatVoucherNotifyBo{ - ID: body.Id, - CreateTime: body.CreateTime, - ResourceType: body.ResourceType, - EventType: body.EventType, - Summary: body.Summary, - //OriginalType: body.OriginalType, - //AssociatedData: body.AssociatedData, - PlainText: plainText, + ID: body.Id, + CreateTime: body.CreateTime, + ResourceType: body.ResourceType, + EventType: body.EventType, + Summary: body.Summary, + OriginalType: body.Resource.OriginalType, + AssociatedData: body.Resource.AssociatedData, + PlainText: plainText, }, nil }