فهرست منبع

更新 'src/native-lib.cpp'

dream 7 ماه پیش
والد
کامیت
7f74d27d25
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/native-lib.cpp

+ 1 - 1
src/native-lib.cpp

@@ -18,7 +18,7 @@ extern "C" __attribute__ ((visibility ("default"))) int initLib(const char* code
             CustomResponse HeartbeatVerification{
                 .token = LandingResults.msg.token
             };
-            api.parseCustomResponse(HeartbeatVerification);
+            api.parseCustomResponse(HeartbeatVerification);//心跳[需要提交令牌]可定义时间默认120秒过期
         }
     }
     return 0;