Commit 5b0d2f6f by 刘帅

添加yuki商户

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