update: fix params error

Signed-off-by: huyufei <yufei.hu@castbox.fm>
deeplink
胡宇飞 2024-05-13 13:56:25 +08:00
parent 629687b3a6
commit 9b1efd069c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ namespace Guru
var data = new Dictionary<string, object>()
{
["secret"] = IPMConfig.IPM_DEVICE_ID,
["eventConfig"] = EventConfig.BuildJson(),
["eventConfig"] = EventConfig.Build(),
};
var json = JsonConvert.SerializeObject(data);
Debug.Log($"[SDK] --- AuthUserRequest json: {json}");