Commit c18ba40a by 刘帅

增加中石化商户

parent 893345dd
......@@ -34,7 +34,7 @@ void FmControl::Start()
m_appDir = QCoreApplication::applicationDirPath();
m_keepTimer.start();
//QTimer::singleShot(5000, this, &FmControl::onCheckUpdate);
QTimer::singleShot(5000, this, &FmControl::onCheckUpdate);
}
void FmControl::onKeepProcess()
......
......@@ -14,7 +14,8 @@ DEFINES += QUAZIP_STATIC
#DEFINES += AI_SEN
#DEFINES += TODAY
#DEFINES += RUBY
DEFINES += YOUQI
#DEFINES += YOUQI
DEFINES += SINOPEC
TARGET = fmscupd
CONFIG += windows
......
......@@ -165,6 +165,13 @@ FmTools::FmTools()
m_keyStoreId = "storeInfo/storeId";
m_keyPosId = "storeInfo/posId";
#endif
#ifdef SINOPEC
m_partnerId = "1946";
m_siIniPath = QCoreApplication::applicationDirPath() + "/bins/FreemudPOS.ini";
m_keyStoreId = "Home/StoreId";
m_keyPosId = "Home/PosId";
#endif
}
FmTools::~FmTools()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment