改造接口

This commit is contained in:
ziming 2026-04-07 13:46:03 +08:00
parent edae25ff6a
commit 5e6d810773
1 changed files with 2 additions and 2 deletions

View File

@ -79,8 +79,8 @@ func (biz *MultiBiz) Notify(ctx context.Context, ip, source string, req *bo.Wech
return err
}
if order.ActivityId != "" {
return fmt.Errorf("批次活动ID为空,不是多笔立减金,请检查")
if order.ActivityId == "" {
return fmt.Errorf("批次活动ID为空,不是多笔立减金,请检查")
}
if err = biz.Run(ctx, ip, source, req, order); err != nil {