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,7 +31,7 @@ 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;
} }