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