feature/gadgame
sangta 2024-06-25 15:41:31 +07:00
parent 82b93f7a72
commit bb690609ea
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ namespace GadGame.Network
var socket = await _graphApi.Subscribe(query);
if (socket.State == WebSocketState.Open)
{
var link = $"https://play4promo.online/brands/{_promotionId}/scan-qr?token={_userAccessToken}";
var link = $"https://play4promo.online/brands/{_promotionId}/scan-qr?token={_userAccessToken}&img=";
Debug.Log(link);
return EncodeTextToQrCode(link);
}