فهرست منبع

更新 'src/AppManager/Api.cpp'

dream 7 ماه پیش
والد
کامیت
3d5e245461
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/AppManager/Api.cpp

+ 1 - 1
src/AppManager/Api.cpp

@@ -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);