Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmp_vip
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
zhenfei.zhang
fmp_vip
Commits
9cf9423d
Commit
9cf9423d
authored
Feb 09, 2018
by
NitefullWind
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 编译富罟版本。
parent
ac1b2cd1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
fmp_vip.pro
+2
-1
global.h
+7
-1
task/tasklogin.cpp
+1
-1
No files found.
fmp_vip.pro
View file @
9cf9423d
...
...
@@ -11,7 +11,8 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG
+=
c
++
11
#DEFINES += TEST
DEFINES
+=
YCYZ_FUGU
\
# FM_DEBUG
SOURCES
+=
\
fmp_vip
.
cpp
\
...
...
global.h
View file @
9cf9423d
...
...
@@ -11,11 +11,17 @@
//#define KEY_CODE "a35e33c8-e6f2-4107-8670-a69a85adf85b"
//#define PARTNER_ID "f92b8997-40c7-4622-af3b-512fd49d6113"
#ifdef YCYZ_FUGU
////! 一茶一座_富罟
#define APP_ID "T021"
#define KEY_CODE "5f300ce7-8d00-464f-a969-f9ebb4c0e7d4"
#define PARTNER_ID "ea86bff6-1783-4c4a-9dee-0189de37b6eb"
#else
////! 一茶一座
#define APP_ID "T014"
#define KEY_CODE "a440d553-87d3-4fcd-b59a-5ec9ce7c4157"
#define PARTNER_ID "df2f90b0-eece-402c-820d-ba8ac56c4687"
#endif //商户
// 请求类型的枚举值
...
...
task/tasklogin.cpp
View file @
9cf9423d
...
...
@@ -81,7 +81,7 @@ void TaskLogin::onLogin()
}
bool
canPay
=
(
getServerJsonValue
(
PosProps
.
CanPay
).
toInt
()
==
1
);
#ifdef
TEST
#ifdef
FM_DEBUG
canPay
=
true
;
#endif
if
(
!
canPay
)
{
...
...
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