del register tag

This commit is contained in:
ziming 2025-05-23 14:22:49 +08:00
parent 29d0bc633d
commit 95e11c4f14
1 changed files with 0 additions and 5 deletions

View File

@ -103,11 +103,6 @@ func (v *VoucherBiz) order(ctx context.Context, product *bo.ProductBo, bizConten
_ = v.cmbToBB(ctx, bizContent)
//去掉注册步骤回调tag
//if err = v.registerNotifyTag(ctx, order.MerchantNo, order.BatchNo); err != nil {
// return nil, err
//}
//voucherNo, err := v.WechatCpnRepo.Order(ctx, order)
//if err != nil {
// if err3 := v.fail(ctx, order, err); err3 != nil {