All Projects → Tai7sy → Card System

Tai7sy / Card System

卡密商城系统,高效安全的在线卡密商城

Programming Languages

PHP
23972 projects - #3 most used programming language
Blade
752 projects

CardSystem

License PHP from Packagist badge License Travis

安装文档   更新文档

介绍

一款高效安全的发卡平台。

支持的支付渠道:

  • 支付宝(电脑支付/手机支付/当面付/V2版即时到账/V4版高级手机网站支付)
  • 微信支付(扫码支付/H5支付/JSAPI支付)
  • QQ钱包
  • 商业版接口
  • CoinPayments(支持上千种数字货币)
  • Blockchain.com(BTC)
  • MugglePay
  • PayPal
  • 付呗
  • 有赞支付
  • 恒隆支付
  • PayJS
  • 黔贵金服
  • 云创支付
  • 码支付
  • 即充宝/JCBPay
  • 吉易支付/JIPAYS
  • 思狐云支付/UigPay
  • 幻兮支付
  • ZFBJK支付宝免签约辅助
  • ...

更多请参考 card-gateway

常见问题

  • 修改 .env 文件无效 / 修改网站设置无效

    请清空网站缓存, 操作如下

    cd /www/wwwroot/example.com  #进入网站目录
    rm -rf storage/framework/cache/data/*
    php artisan cache:clear
    php artisan config:clear
    php artisan route:clear
    
  • 忘记密码后重置

    cd /www/wwwroot/example.com  #进入网站目录
    php artisan reset:password [email protected] 123456
    
  • 提示500错误 / 未知错误

    storage/logs 里面有错误详细内容, 可以自行参考解决, 或者附录log文件提交issue/mail

  • 开启后台登录验证码无法登录, 如何关闭

    修改数据库systems表的vcode_login字段为0, 然后参考第一个问题清空网站缓存

商业版

商业版在当前版本基础上增加了许多功能,是一款成熟完善的发卡平台系统,欢迎咨询。

测试站 http://demo.fakaxitong.com/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].