Skip to content

meiavy/ysfaka

This branch is 86 commits ahead of, 260 commits behind assimon/dujiaoka:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e0d293e · Jul 12, 2019

History

86 Commits
Oct 18, 2018
Nov 28, 2018
May 16, 2018
Aug 4, 2018
Oct 28, 2018
May 21, 2018
Apr 17, 2018
Aug 4, 2018
May 21, 2018
Oct 18, 2018
Apr 17, 2018
May 7, 2018
Jul 12, 2019
Apr 17, 2018
Aug 4, 2018
Aug 4, 2018
Apr 18, 2018
Aug 4, 2018
Aug 4, 2018

Repository files navigation

年度版已发布,请前往 https://github.com/assimon/yearysfk 下载最新版本

如果您有更高的需求?请尝试购买我们的专业版

专业版地址:http://www.shanhufk.com
购买联系方式:QQ:53331323 备注:购买专业版

什么是云尚发卡系统?

专门为个人或小型企业提供在线售卡,订单处理系统

程序使用要求?

  • php >= 5.6
  • mysql >= 5.2
  • win or linux

安装后务必添加nginx伪静态

location / {
   if (!-e $request_filename) {
   rewrite  ^(.*)$  /index.php?$1  last;
   break;
    }
 }

demo地址:http://fk.phpke.cn

捐助

感谢以下人员对开源事业的支持

名字 金额 留言 时间
爱你的责任 111 有空更新下页面 2018-05-01
冷若寒冰 200 钱不多,只是想支持 2018-05-01
无名 66.6 什么也没有说 2018-04-20
寒冷的北极 88.0 什么也没有说 2018-04-20
月色 16.66 正在正使用 2018-04-20
趴趴趴 6.66 什么也没有说 2018-04-18

严正声明

本项目仅做技术交流使用,任何人或组织无论以何种形式将其用在其他任何地方由此引发的各种问题均与本人无关

About

云尚自动发卡(年度版已发布,请前往https://github.com/assimon/yearysfk ) 下载

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 68.7%
  • JavaScript 20.7%
  • CSS 8.2%
  • TSQL 2.1%
  • HTML 0.3%