Commit 5b0d2f6f by 刘帅

添加yuki商户

parent 17494b1e
*.user
*.autosave
\ No newline at end of file
*.autosave
bin/
\ No newline at end of file
......@@ -5,6 +5,8 @@ VERSION = "1.0.1"
CONFIG += c++11
DESTDIR = $$PWD/../bin
TARGET = fmporter
CONFIG += windows
CONFIG -= app_bundle
......
......@@ -7,6 +7,8 @@ QT -= gui
CONFIG += c++11
DESTDIR = $$PWD/../bin
DEFINES += QUAZIP_STATIC
#DEFINES += SHIQIJIA
#DEFINES += SHAN_LIN
......@@ -15,7 +17,8 @@ DEFINES += QUAZIP_STATIC
#DEFINES += TODAY
#DEFINES += RUBY
#DEFINES += YOUQI
DEFINES += SINOPEC
#DEFINES += SINOPEC
DEFINES += YUKI
TARGET = fmscupd
CONFIG += windows
......
......@@ -172,6 +172,13 @@ FmTools::FmTools()
m_keyStoreId = "Home/StoreId";
m_keyPosId = "Home/PosId";
#endif
#ifdef YUKI
m_partnerId = "2076";
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