소스 검색

更新 '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);