Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmupdate
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李定达
fmupdate
Commits
c343e575
Commit
c343e575
authored
Nov 01, 2019
by
刘帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加商户 宁家便利
parent
adc3c3ef
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletions
+9
-1
fmscupd/fmscupd.pro
+2
-1
fmscupd/fmtools.cpp
+7
-0
No files found.
fmscupd/fmscupd.pro
View file @
c343e575
...
@@ -19,7 +19,8 @@ DEFINES += QUAZIP_STATIC
...
@@ -19,7 +19,8 @@ DEFINES += QUAZIP_STATIC
#DEFINES += YOUQI
#DEFINES += YOUQI
#DEFINES += SINOPEC
#DEFINES += SINOPEC
#DEFINES += YUKI
#DEFINES += YUKI
DEFINES
+=
NIUSHI
#DEFINES += NIUSHI
DEFINES
+=
NINGJIA_BIANLI
TARGET
=
fmscupd
TARGET
=
fmscupd
CONFIG
+=
windows
CONFIG
+=
windows
...
...
fmscupd/fmtools.cpp
View file @
c343e575
...
@@ -187,6 +187,13 @@ FmTools::FmTools()
...
@@ -187,6 +187,13 @@ FmTools::FmTools()
m_keyStoreId
=
"Home/StoreId"
;
m_keyStoreId
=
"Home/StoreId"
;
m_keyPosId
=
"Home/PosId"
;
m_keyPosId
=
"Home/PosId"
;
#endif
#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
()
FmTools
::~
FmTools
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment