|
|
@@ -266,7 +266,7 @@ func ReleaseNiuBeiCoinForUser(session *xorm.Session, mid string, niuBeiRelease * |
|
|
|
Title: md.NiuBeiCoinByReleaseCouponCoinNumTitleForUserVirtualCoinFlow, |
|
|
|
TransferType: md.NiuBeiCoinByReleaseCouponCoinNumTransferTypeForUserVirtualCoinFlow, |
|
|
|
OrdId: ord.OrdId, |
|
|
|
CoinId: niuBeiRelease.Coin2, |
|
|
|
CoinId: niuBeiRelease.Coin3, |
|
|
|
Uid: ord.Uid, |
|
|
|
Amount: zhios_order_relate_utils.StrToFloat64(resp.ReleaseCouponCoinNum), |
|
|
|
}) |
|
|
@@ -296,7 +296,7 @@ func ReleaseNiuBeiCoinForUser(session *xorm.Session, mid string, niuBeiRelease * |
|
|
|
Title: md.NiuBeiCoinByReleaseOptionCoinNumTitleForUserVirtualCoinFlow, |
|
|
|
TransferType: md.NiuBeiCoinByReleaseOptionCoinNumTransferTypeForUserVirtualCoinFlow, |
|
|
|
OrdId: ord.OrdId, |
|
|
|
CoinId: niuBeiRelease.Coin2, |
|
|
|
CoinId: niuBeiRelease.Coin4, |
|
|
|
Uid: ord.Uid, |
|
|
|
Amount: zhios_order_relate_utils.StrToFloat64(resp.ReleaseOptionCoinNum), |
|
|
|
}) |
|
|
|