Commit c343e575 by 刘帅

添加商户 宁家便利

parent adc3c3ef
......@@ -19,7 +19,8 @@ DEFINES += QUAZIP_STATIC
#DEFINES += YOUQI
#DEFINES += SINOPEC
#DEFINES += YUKI
DEFINES += NIUSHI
#DEFINES += NIUSHI
DEFINES += NINGJIA_BIANLI
TARGET = fmscupd
CONFIG += windows
......
......@@ -187,6 +187,13 @@ FmTools::FmTools()
m_keyStoreId = "Home/StoreId";
m_keyPosId = "Home/PosId";
#endif
#ifdef NINGJIA_BIANLI
m_partnerId = "1924";
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