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
5b0d2f6f
Commit
5b0d2f6f
authored
May 06, 2019
by
刘帅
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加yuki商户
parent
17494b1e
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
3 deletions
+16
-3
.gitignore
+3
-2
fmporter/fmporter.pro
+2
-0
fmscupd/fmscupd.pro
+4
-1
fmscupd/fmtools.cpp
+7
-0
No files found.
.gitignore
View file @
5b0d2f6f
*.user
*.user
*.autosave
*.autosave
\ No newline at end of file
bin/
\ No newline at end of file
fmporter/fmporter.pro
View file @
5b0d2f6f
...
@@ -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
...
...
fmscupd/fmscupd.pro
View file @
5b0d2f6f
...
@@ -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
...
...
fmscupd/fmtools.cpp
View file @
5b0d2f6f
...
@@ -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
()
...
...
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