fix membership change
This commit is contained in:
parent
f80bfb3ab5
commit
30f4a9dd37
|
@ -1257,7 +1257,6 @@ func (v *Vas) PayCallback(ctx *gin.Context, p *vasproto.PayCallbackParamIn) {
|
|||
switch product.Id {
|
||||
case dbstruct.ProductIdMembership:
|
||||
ch.SType = goproto.Int32(dbstruct.CHSTypeChargeMembership)
|
||||
ch.Change = goproto.Int64(order.GetPayAmount())
|
||||
case dbstruct.ProductIdH5ZoneMoment:
|
||||
ch.SType = goproto.Int32(dbstruct.CHSTypeChargeZoneMoment)
|
||||
ch.Change = goproto.Int64(order.GetPayAmount())
|
||||
|
|
Loading…
Reference in New Issue