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