Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sbkclient
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
李定达
sbkclient
Commits
d37f9288
Commit
d37f9288
authored
Feb 18, 2019
by
李定达
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.增加300-400类型冲正
parent
c707e74c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
3 deletions
+3
-3
ZH_Client/ZH_Client.vcxproj
+2
-2
ZH_Client/fmclient.aps
+0
-0
ZH_Client/fmclient.rc
+0
-0
ZH_Client/sbk_client.cpp
+1
-1
No files found.
ZH_Client/ZH_Client.vcxproj
View file @
d37f9288
...
...
@@ -43,8 +43,8 @@
<PropertyGroup Label="UserMacros" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<LinkIncremental>true</LinkIncremental>
<IncludePath>D:\FM\sbkClient\ZH_Client\include;C:\openssl\openssl-1.0.1s\inc32;$(IncludePath)</IncludePath>
<LibraryPath>C:\openssl\openssl-1.0.1s\out32dll;D:\FM\sbkClient\ZH_Client\lib;$(LibraryPath)</LibraryPath>
<IncludePath>D:\
gitcode\sbkclient\ZH_Client\include;D:\
FM\sbkClient\ZH_Client\include;C:\openssl\openssl-1.0.1s\inc32;$(IncludePath)</IncludePath>
<LibraryPath>
D:\gitcode\sbkclient\ZH_Client\lib;
C:\openssl\openssl-1.0.1s\out32dll;D:\FM\sbkClient\ZH_Client\lib;$(LibraryPath)</LibraryPath>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
<LinkIncremental>false</LinkIncremental>
...
...
ZH_Client/fmclient.aps
View file @
d37f9288
No preview for this file type
ZH_Client/fmclient.rc
View file @
d37f9288
No preview for this file type
ZH_Client/sbk_client.cpp
View file @
d37f9288
...
...
@@ -427,7 +427,7 @@ int ProcessPosReqData(const char *indata, int /**needrbk*/*needcheck, int *reqTy
}
type
=
(
int
)
reqtype
.
GetInt
();
*
reqType_i
=
type
;
if
(
type
==
72
||
type
==
62
||
type
==
71
||
type
==
90
||
type
==
92
||
type
==
95
||
type
==
97
||
type
==
100
||
type
==
102
)
if
(
type
==
72
||
type
==
62
||
type
==
71
||
type
==
90
||
type
==
92
||
type
==
95
||
type
==
97
||
type
==
100
||
type
==
102
||
(
type
>=
300
&&
type
<=
400
)
)
//*needrbk = 1;
*
needcheck
=
1
;
...
...
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