Commit 3cf743bc by wuyang.zou

fix New Version info

    Version 1.21.1.12
parent 4eebb515
No preview for this file type
......@@ -9,12 +9,12 @@
#include "NetDataLog.h"
// ① 根据宏:PAYMENT_WRAPPER_DLL 定义来控制内部逻辑调用 fmclient.dll(券+银联) Or sbkpay.dll(微信+支付宝);
// ② 如果定义宏:PAYMENT_WRAPPER_DLL 则需将 工程属性->配置属性->常规->目标文件名
// ② 如果定义宏:PAYMENT_WRAPPER_DLL 则需将 工程 属性->配置属性->常规->目标文件名
// 设定为 PaymentWrapper [ 对应调用 fmclient.dll ]; 否则设定为 FreemudWrapper [ 对应调用 sbkpay.dll ]
#define PAYMENT_WRAPPER_DLL
#define WRAPPER_DLL_VER "1.20.11.3"
#define WRAPPER_DLL_VER "1.21.1.12"
#pragma comment(lib, "Kernel32.lib")
......
No preview for this file type
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