8000 GitHub - voucash/dujiaoka: 独角数卡 voucash支付插件
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

voucash/dujiaoka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

独角数卡接入VouCash

独角数卡 VouCash支付插件 支持USDT,关于 VouCash

设置

1. 添加代码
    下载app/Http/Controllers/Pay/VouCashController.php,并上传到相应目录
    修改routes/common/pay.php,添加以下代码

    Route::get('voucash/{payway}/{orderSN}', 'VouCashController@gateway');
    Route::post('voucash/notify_url', 'VouCashController@notifyUrl');
    Route::get('voucash/return_url', 'VouCashController@returnUrl')->name('voucash-return');
    
2. 添加 VouCash 支付方式,如图示

独角数卡支付设置

兑现

  1. 用户支付后,销售数据 > 订单列表 > 详情

独角数卡支付成功

  1. 复制回调单号到 VouCash提现

有问题和合作可以小飞机联系我们

About

独角数卡 voucash支付插件

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0