fix
This commit is contained in:
parent
2511bf9e1f
commit
b263f04fd1
|
@ -1542,7 +1542,7 @@ func (v *Vas) H5DirectUnlockWechat(ctx *gin.Context, req *vasproto.H5DirectUnloc
|
|||
if wallet.GetCoins() >= uVas.GetH5WechatCoinPrice() {
|
||||
_, _, _, err = v.OneStepUnlockContact(ctx, &vasproto.OneStepUnlockContactReq{
|
||||
BaseRequest: req.BaseRequest,
|
||||
ContactProductId: dbstruct.ProductIdContactWechat,
|
||||
ContactProductId: dbstruct.ProductIdH5ContactWechat,
|
||||
Uid: req.Uid,
|
||||
InviterMid: req.InviterMid,
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue