多笔立减金
This commit is contained in:
parent
c490f8335d
commit
9ed8a296cf
|
|
@ -228,6 +228,10 @@ func (biz *MultiBiz) mndCreate(ctx context.Context, ip, source string, req *bo.W
|
|||
|
||||
func (biz *MultiBiz) nlCreate(ctx context.Context, req *bo.WechatVoucherNotifyBo, mnd *bo.MultiNotifyDataBo, order *bo.OrderBo) (*bo.MultiNotifyLogBo, error) {
|
||||
|
||||
if biz.bc.Cmb.MultiNotifyUrl == "" {
|
||||
return nil, fmt.Errorf("CMB多笔立减金通知地址为空")
|
||||
}
|
||||
|
||||
nl := &bo.MultiNotifyLogBo{
|
||||
MultiNotifyDataID: mnd.ID,
|
||||
OrderNo: mnd.OrderNo,
|
||||
|
|
|
|||
Loading…
Reference in New Issue