update: 更新 DeviceInfo 上报日志

Signed-off-by: huyufei <yufei.hu@castbox.fm>
main
胡宇飞 2024-06-27 21:13:57 +08:00
parent 85dc4a7ddc
commit e77994d811
1 changed files with 2 additions and 2 deletions

View File

@ -31,10 +31,10 @@ namespace Guru
protected override void RequestSuccessCallBack(string response) protected override void RequestSuccessCallBack(string response)
{ {
this.Log("@@@ Send OK!"); UnityEngine.Debug.Log("[SDK] --- Send DeviceData Success");
IPMConfig.IS_UPLOAD_DEVICE_SUCCESS = true; IPMConfig.IS_UPLOAD_DEVICE_SUCCESS = true;
} }
/// <summary> /// <summary>
/// 设置是否打开推送 /// 设置是否打开推送
/// </summary> /// </summary>