切换主体

This commit is contained in:
ziming 2026-03-26 10:56:15 +08:00
parent 2735d8d71d
commit 6a06e1fed4
1 changed files with 8 additions and 8 deletions

View File

@ -77,13 +77,13 @@ func (w *BankMultiActivityImpl) Notify(ctx context.Context, mchId string, header
} }
return &bo.WechatVoucherNotifyBo{ return &bo.WechatVoucherNotifyBo{
ID: body.Id, ID: body.Id,
CreateTime: body.CreateTime, CreateTime: body.CreateTime,
ResourceType: body.ResourceType, ResourceType: body.ResourceType,
EventType: body.EventType, EventType: body.EventType,
Summary: body.Summary, Summary: body.Summary,
//OriginalType: body.OriginalType, OriginalType: body.Resource.OriginalType,
//AssociatedData: body.AssociatedData, AssociatedData: body.Resource.AssociatedData,
PlainText: plainText, PlainText: plainText,
}, nil }, nil
} }