Commit 0afa7621 by wuyang.zou

fix: 上一版本被POS老板要求剥离:兼容无线网卡双网卡模式功能, 本次版本被要求单独分支: 用来测试兼容双网卡模式

Version: 2.21.8.20
parent 5095dd3d
......@@ -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() ) {
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment