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
0ef9207e
Commit
0ef9207e
authored
Nov 10, 2020
by
wuyang.zou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1、更新同步 READ.md
2、Version: 2.20.11.3
parent
5bbaed59
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
44 additions
and
0 deletions
+44
-0
README.md
+44
-0
No files found.
README.md
0 → 100644
View file @
0ef9207e
# 星巴克简介
##CCO-1438 星巴克中国(不含华东区);
##EC-1446 星巴克华东(仅华东区);
##Wrapper DLL源码分支:
功能: 是 POS线下支付业务Dll ( ①sbkpay.dll ②fmclient.dll ) 的包装层Dll, 主要是用来在调用业务dll前 更新替换程序 + 手动添加相关依赖库路径;
FreemudWrapper.dll -> sbkpay.dll 的包装类 (微信+支付宝);
PaymentWrapper.dll -> fmclient.dll 的包装类 (券+银联);
####变更 FreemudWrapper.cpp 源码, 是否定义宏: PAYMENT_WRAPPER_DLL 进入不同逻辑分支
####详细操作如下:
① 根据宏:PAYMENT_WRAPPER_DLL 定义来控制内部逻辑调用 fmclient.dll(券+银联) Or sbkpay.dll(微信+支付宝);
② 如果定义宏:PAYMENT_WRAPPER_DLL 则需将 工程属性->配置属性->常规->目标文件名 设定为 PaymentWrapper
[
对应调用 fmclient.dll
]
; 否则设定为 FreemudWrapper
[
对应调用 sbkpay.dll
]
③ 代码已经合并(FreemudWrapper+PaymentWrapper), 合并后地址:
仓库: git@gitlab.freemud.com:dingda.li/FreemudWrapper.git
分支: dllWrapper
提交时间: 2020-11-05 10: 19:15
提交哈希: 034905a4443d8ed18538a40b7df5bf2fda09fd6e
##sbkpay DLL源码分支:
功能: 支持POS线下支付: 支付宝支付+微信支付;
EC+CCO 代码已经合并, 合并后地址:
仓库: git@gitlab.freemud.com:zhenfei.zhang/sbkpay.git
分支: sbkpay
提交时间: 2020-11-10 17: 40:18
提交哈希: a9e1f76c45583476e5ce56ba61f550c0250c96e9
##fmclient DLL源码分支:
功能: 支持POS线下支付: 券(商品券,折扣券)+星礼卡+代金券(一次性星礼卡)+银联 【不包含cmb券】
EC+CCO 代码已经合并, 合并后地址:
仓库: git@gitlab.freemud.com:dingda.li/sbkclient.git
分支: fmclient
提交时间: 2020-11-03 22: 20: 06
提交哈希: 5bbaed595d15c9d7e9fc210f5ee043656a291238
\ No newline at end of file
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