mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-09-24 12:46:38 +08:00
文档更新
This commit is contained in:
parent
fb025542f2
commit
45d26dc524
@ -44,6 +44,12 @@
|
||||
|
||||
V免签是一款开源免费适用于个人收款使用的收款程序,原理同源支付类似。
|
||||
程序的设计思路主要是通过在手机或电脑上安装消息监听软件,用来监听获取微信和支付宝的收款到账通知来实现的支付成功回调的。**方法很实用,本程序也添加了该功能插件,免费**。
|
||||
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
只是这种思路,有一些小问题:
|
||||
|
||||
* 平台容易因为资质问题导致关站;
|
||||
@ -92,6 +98,9 @@ V免签是一款开源免费适用于个人收款使用的收款程序,原理
|
||||
|
||||
当用户付款成功,并且后台检测到收款成功消息后,收钱台就会提示收款成功,并最终确认收款。
|
||||
|
||||
|
||||

|
||||
|
||||
> 只有存在新订单时,且该订单与当前收款账号一致时,码支付后台才会主动登陆该账号,查询收款流水,减少频繁查询导致的可能风险
|
||||
|
||||
> 另外,在账号设置里也有两个模式可选,`单次监听`和`连续监听`,根据业务场景可以自行选择,具体使用,下面有介绍
|
||||
|
BIN
assets/20241210_112301_6f2fef2a7aaee96790eb86f90e3b107.png
Normal file
BIN
assets/20241210_112301_6f2fef2a7aaee96790eb86f90e3b107.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 155 KiB |
BIN
assets/20241210_112331_e8d2c4043a3c57ad887aef92df1c253.png
Normal file
BIN
assets/20241210_112331_e8d2c4043a3c57ad887aef92df1c253.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 81 KiB |
Loading…
Reference in New Issue
Block a user