Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
FreemudWrapper
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
李定达
FreemudWrapper
Commits
3cf743bc
Commit
3cf743bc
authored
Jan 12, 2021
by
wuyang.zou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix New Version info
Version 1.21.1.12
parent
4eebb515
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
FreemudWrapper.aps
+0
-0
FreemudWrapper.cpp
+2
-2
FreemudWrapper.rc
+0
-0
No files found.
FreemudWrapper.aps
View file @
3cf743bc
No preview for this file type
FreemudWrapper.cpp
View file @
3cf743bc
...
@@ -9,12 +9,12 @@
...
@@ -9,12 +9,12 @@
#include "NetDataLog.h"
#include "NetDataLog.h"
// ① 根据宏:PAYMENT_WRAPPER_DLL 定义来控制内部逻辑调用 fmclient.dll(券+银联) Or sbkpay.dll(微信+支付宝);
// ① 根据宏:PAYMENT_WRAPPER_DLL 定义来控制内部逻辑调用 fmclient.dll(券+银联) Or sbkpay.dll(微信+支付宝);
// ② 如果定义宏:PAYMENT_WRAPPER_DLL 则需将 工程属性->配置属性->常规->目标文件名
// ② 如果定义宏:PAYMENT_WRAPPER_DLL 则需将 工程
属性->配置属性->常规->目标文件名
// 设定为 PaymentWrapper [ 对应调用 fmclient.dll ]; 否则设定为 FreemudWrapper [ 对应调用 sbkpay.dll ]
// 设定为 PaymentWrapper [ 对应调用 fmclient.dll ]; 否则设定为 FreemudWrapper [ 对应调用 sbkpay.dll ]
#define PAYMENT_WRAPPER_DLL
#define PAYMENT_WRAPPER_DLL
#define WRAPPER_DLL_VER "1.2
0.11.3
"
#define WRAPPER_DLL_VER "1.2
1.1.12
"
#pragma comment(lib, "Kernel32.lib")
#pragma comment(lib, "Kernel32.lib")
...
...
FreemudWrapper.rc
View file @
3cf743bc
No preview for this file type
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