diff --git a/pkg/service/bundle/pay.go b/pkg/service/bundle/pay.go index 3d596fb..e968f71 100644 --- a/pkg/service/bundle/pay.go +++ b/pkg/service/bundle/pay.go @@ -417,6 +417,7 @@ func CreateAntomPay(c *gin.Context) { AvailableDurationAdditional: uint32(orderLimit.Duration), TimeUnit: timeUnit, AssociatedorderNumber: req.OutTradeNo, //增值服务订单号 + Type: 2, //自行购买 }) if err != nil { service.Error(c, err)