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
0afa7621
Commit
0afa7621
authored
Aug 06, 2021
by
wuyang.zou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 上一版本被POS老板要求剥离:兼容无线网卡双网卡模式功能, 本次版本被要求单独分支: 用来测试兼容双网卡模式
Version: 2.21.8.20
parent
5095dd3d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
sbkpay/DataProcess/tools.h
+3
-3
sbkpay/version.h
+1
-1
No files found.
sbkpay/DataProcess/tools.h
View file @
0afa7621
...
...
@@ -123,15 +123,15 @@ public:
QLOG_INFO
()
<<
" GetMacIpByAdaptersAddresses:: Filter Valid One, Mac: "
<<
tmpMac
<<
" Ip: "
<<
tmpIp
<<
" IfType: "
<<
pCurrAddresses
->
IfType
;
// IEEE80211 标识网卡是无线网卡, 底层通信数据逻辑是特殊处理, 使用本机电脑进行验证过;
/
* /
/ 卡券dll自动签到的mac地址与 微信支付宝优先使用无线网卡 签到地址不一致,导致 先支付宝签到 后 卡券自动签到 最后使用 微信支付宝支付 提示mac地址错误;
// 卡券dll自动签到的mac地址与 微信支付宝优先使用无线网卡 签到地址不一致,导致 先支付宝签到 后 卡券自动签到 最后使用 微信支付宝支付 提示mac地址错误;
if
(
IF_TYPE_IEEE80211
==
pCurrAddresses
->
IfType
)
{
if
(
tmpMac
!=
tmpFirstMac
)
{
tmpFirstMac
=
tmpMac
;
}
break
;
}
*/
break
;
// break; //遍历全部的网卡,仅当识别无线网卡后,立刻结束遍历.
}
if
(
tmpFirstMac
.
length
()
)
{
...
...
sbkpay/version.h
View file @
0afa7621
...
...
@@ -4,7 +4,7 @@
#define VER_MAJOR 3
#define VER_MINOR 21
#define VER_REVISION 8
#define VER_BUILD
15
#define VER_BUILD
20
//! Convert version numbers to string
#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