Giter VIP home page Giter VIP logo

ncov-report-mini-program's Introduction

疫情防控每日上报-小程序版本

疫情防控每日上报-小程序版本

小程序环境

直接使用开发工具导入src_weixin目录中的代码

基于Thinkphp的小程序服务器环境说明

  • PHP版本不低于PHP5.4
  • 项目运行需支持PATHINFO
  • Apache:已在项目根目录加入.htaccess文件,只需开启rewrite模块

数据库请移步:https://github.com/2020NCOV/ncov-report

服务器端配置说明

applicaiton/config.php文件

    //修改以下内容为实际数据
    'wechat_appid'    => '小程序ID',
    'wechat_secret'		=> '秘钥',

applicaiton/database.php文件

    //修改以下内容为实际数据
    // 数据库类型
    'type'            => 'mysql',
    // 服务器地址
    'hostname'        => '127.0.0.1',
    // 数据库名
    'database'        => '数据库名',
    // 用户名
    'username'        => '用户名',
    // 密码
    'password'        => '密码',

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.