Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fmp_epay
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_epay
Commits
d4d53ca3
Commit
d4d53ca3
authored
Jun 12, 2018
by
xiaoqing.gu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消修改支付代码
parent
a92a2a9d
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
6 deletions
+1
-6
fmp_epay_p.cpp
+0
-5
fmp_epay_p.cpp.autosave
+0
-0
version.h
+1
-1
No files found.
fmp_epay_p.cpp
View file @
d4d53ca3
...
@@ -500,11 +500,6 @@ bool FMPePayPrivate::HttpPost(QJsonObject& outjson, QJsonObject json, QString &e
...
@@ -500,11 +500,6 @@ bool FMPePayPrivate::HttpPost(QJsonObject& outjson, QJsonObject json, QString &e
QJsonObject
queryJson
=
json
;
QJsonObject
queryJson
=
json
;
queryJson
[
FMP_EPAY_REQUESTTYPE
]
=
52
;
queryJson
[
FMP_EPAY_REQUESTTYPE
]
=
52
;
queryJson
[
FMP_EPAY_VER
]
=
3
;
queryJson
[
FMP_EPAY_VER
]
=
3
;
//支付失败进行查询的时候 加入code字段
//防止一笔交易分两次付款的时候出现第二笔支付异常的情况
queryJson
[
FMP_EPAY_TRANSTRACTION_CODE
]
=
json
[
FMP_EPAY_TRANSTRACTION_CODE
].
toString
();
FMP_INFO
()
<<
"Query: "
<<
json
[
FMP_EPAY_TRANSID
].
toString
();
FMP_INFO
()
<<
"Query: "
<<
json
[
FMP_EPAY_TRANSID
].
toString
();
QJsonObject
queryOutJson
;
QJsonObject
queryOutJson
;
if
(
!
HttpPost
(
queryOutJson
,
queryJson
,
error
,
timeout
))
{
if
(
!
HttpPost
(
queryOutJson
,
queryJson
,
error
,
timeout
))
{
...
...
fmp_epay_p.cpp.autosave
deleted
100644 → 0
View file @
a92a2a9d
This diff is collapsed.
Click to expand it.
version.h
View file @
d4d53ca3
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
#define VER_MINOR 1
#define VER_MINOR 1
#define VER_REVISION 0
#define VER_REVISION 0
#define VER_BUILD 2
9
#define VER_BUILD 2
8
//! Convert version numbers to string
//! Convert version numbers to string
#define _STR(S) #S
#define _STR(S) #S
...
...
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