|
|
@@ -281,7 +281,7 @@ std::string API::convertTimestampToDateTime(const time_t timestamp) {
|
|
|
time_t calculateRemainingTime(const CustomResponse& response) {
|
|
|
return response.msg.endtime - response.time;
|
|
|
}
|
|
|
-
|
|
|
+// 旧版代码 暂时未删除/
|
|
|
void convertSecondsToTime(time_t seconds, std::string& timeStr) {
|
|
|
if (seconds < 0) {
|
|
|
LOG_DEBUG(std::string(AY_OBFUSCATE("卡密已过期 程序即将退出[%d]")).c_str(),0);
|