Code Monkey home page Code Monkey logo

yearysfk's Introduction

什么是云尚发卡系统?

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

程序使用要求?

  • php >= 5.6
  • mysql >= 5.5
  • linux

安装后务必添加nginx伪静态

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

BUG反馈、程序交流 QQ群:568679748

特别提示

请为每个商品设置单独的链接,商品链接为空或者重复会导致无法新增!!!! 请为每个商品设置单独的链接,商品链接为空或者重复会导致无法新增!!!! 请为每个商品设置单独的链接,商品链接为空或者重复会导致无法新增!!!!

新特征

1.用户系统增加
2.三级代理定价
3.商品单独链接增加
4.商品访问密码功能

严正声明

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

打个小广告

承接网站开发,app,小程序,公众号等开发!专业公司资质及团队。优质外包输出!有意请联系QQ53331323

yearysfk's People

Contributors

assimon avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.