This commit is contained in:
lwl0608 2024-03-20 18:57:05 +08:00
parent 2511bf9e1f
commit b263f04fd1
1 changed files with 1 additions and 1 deletions

View File

@ -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,
})