Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sbkpay
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
sbkpay
Commits
e6a62032
Commit
e6a62032
authored
Jan 29, 2019
by
李定达
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改版本号;2.更丰富的冲正类型
parent
887c52d4
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
sbkpay/control.cpp
+2
-1
sbkpay/version.h
+2
-2
No files found.
sbkpay/control.cpp
View file @
e6a62032
...
...
@@ -228,7 +228,8 @@ bool Control::SendMessageToServer(const QJsonObject &json, QByteArray &outdata,
if
(
!
_isinterrupt
&&
!
isOk
)
{
//如果没有点击取消支付按钮直接写数据库异步冲正
if
(
tmpjson
.
contains
(
JSON_KEY_REQTYPE
)
&&
tmpjson
[
JSON_KEY_REQTYPE
].
toInt
()
==
72
)
if
(
tmpjson
.
contains
(
JSON_KEY_REQTYPE
)
&&
(
tmpjson
[
JSON_KEY_REQTYPE
].
toInt
()
==
72
||
(
tmpjson
[
JSON_KEY_REQTYPE
].
toInt
()
>=
300
&&
tmpjson
[
JSON_KEY_REQTYPE
].
toInt
()
<=
400
)))
{
// QVariantHash hash;
...
...
sbkpay/version.h
View file @
e6a62032
...
...
@@ -5,7 +5,7 @@
#define VER_MINOR 2
#define VER_REVISION 7
#define VER_BUILD
4
#define VER_BUILD
5
//! Convert version numbers to string
#define _STR(S) #S
...
...
@@ -20,7 +20,7 @@
#define RES_STR_FILE_VER MAK_VER(VER_MAJOR, VER_MINOR, VER_REVISION, VER_BUILD)
#define RES_STR_PRODUCT_VER MAK_VER(VER_MAJOR, VER_MINOR, VER_REVISION, VER_BUILD)
#define RES_COMPANY_NAME "上海非码网络科技有限公司\0"
#define RES_COPYRIGHT "Freemud Ltd. Copyright (C) 2014-201
8
\0"
#define RES_COPYRIGHT "Freemud Ltd. Copyright (C) 2014-201
9
\0"
#define RES_FILE_DESC "sbkpay(1438)\0"
#define RES_INTER_NAME "sbkpay\0"
#define RES_FILE_NAME "sbkpay\0"
...
...
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