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
77eccda9
Commit
77eccda9
authored
Mar 07, 2018
by
NitefullWind
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1. 修复富贾测试宏定义部分的错误。
parent
7a5e127a
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
11 deletions
+14
-11
fmp_vip.pro
+1
-0
global.h
+12
-10
task/taskpay.cpp
+1
-1
No files found.
fmp_vip.pro
View file @
77eccda9
...
@@ -12,6 +12,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
...
@@ -12,6 +12,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
CONFIG
+=
c
++
11
CONFIG
+=
c
++
11
DEFINES
+=
YCYZ_FUGU
\
DEFINES
+=
YCYZ_FUGU
\
FM_TEST
# FM_DEBUG
# FM_DEBUG
SOURCES
+=
\
SOURCES
+=
\
...
...
global.h
View file @
77eccda9
...
@@ -11,16 +11,18 @@
...
@@ -11,16 +11,18 @@
//#define KEY_CODE "a35e33c8-e6f2-4107-8670-a69a85adf85b"
//#define KEY_CODE "a35e33c8-e6f2-4107-8670-a69a85adf85b"
//#define PARTNER_ID "f92b8997-40c7-4622-af3b-512fd49d6113"
//#define PARTNER_ID "f92b8997-40c7-4622-af3b-512fd49d6113"
#ifdef YCYZ_FUGU_TEST
#ifdef YCYZ_FUGU
////! 一茶一座_富罟测试
#ifdef FM_TEST
#define APP_ID "T021"
////! 一茶一座_富罟测试
#define KEY_CODE "5f300ce7-8d00-464f-a969-f9ebb4c0e7d4"
#define APP_ID "T021"
#define PARTNER_ID "ea86bff6-1783-4c4a-9dee-0189de37b6eb"
#define KEY_CODE "5f300ce7-8d00-464f-a969-f9ebb4c0e7d4"
#elif YCYZ_FUGU
#define PARTNER_ID "ea86bff6-1783-4c4a-9dee-0189de37b6eb"
////! 一茶一座_富罟
#else
#define APP_ID "T020"
////! 一茶一座_富罟
#define KEY_CODE "0206c33a-aa2d-49e5-bdd1-3107143a252f"
#define APP_ID "T020"
#define PARTNER_ID "8d5b84a9-0cb6-417f-b87d-ff39d17ad311"
#define KEY_CODE "0206c33a-aa2d-49e5-bdd1-3107143a252f"
#define PARTNER_ID "8d5b84a9-0cb6-417f-b87d-ff39d17ad311"
#endif //#ifdef FM_TEST
#else
#else
////! 一茶一座
////! 一茶一座
#define APP_ID "T014"
#define APP_ID "T014"
...
...
task/taskpay.cpp
View file @
77eccda9
...
@@ -169,7 +169,7 @@ void TaskPay::packageServerReq()
...
@@ -169,7 +169,7 @@ void TaskPay::packageServerReq()
transData
[
"payList"
]
=
payList
;
transData
[
"payList"
]
=
payList
;
#ifdef YCYZ_FUGU
#ifdef YCYZ_FUGU
transData
[
ServerProps
(
PosProps
.
PaidAmount
)]
=
payAmount
;
transData
[
ServerProps
(
PosProps
.
PaidAmount
)]
=
payAmount
;
#el
if
#el
se
transData
[
ServerProps
(
PosProps
.
Pay_amount
)]
=
payAmount
;
transData
[
ServerProps
(
PosProps
.
Pay_amount
)]
=
payAmount
;
#endif
#endif
...
...
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