Giter Club home page Giter Club logo

hotfixserver's Introduction

简介

热修复包管理平台后端代码,支持热修复包的上传,发布,暂停,结束及热修复包请求接口

支持接口

其中 上传接口, 发布接口, 暂停接口, 结束接口 管理平台前端

供客户端调接口

请求参数:

参数名 位置 类型 必填 说明
version query string 3.16.0
  • 获取是否存在最新热修复包接口

https://hotfix-ios-api-pre.ai-ways.com/v1/exitHotFix

请求参数:

参数名 位置 类型 必填 说明
version query string 示例值: 3.16.0
patch query string 示例值:22

依赖库版本

mysql:5.6+ node.js 8.14.0+

安装 & 运行

  • 安装依赖包:cd hotfixServer && yarn

  • 导入数据表
    然后找到根目录下的/schema.sql文件,并在 MySQL 中执行该脚本文件。

  • 数据库配置: 打开工程的app/config/secure.js

module.exports = {
    db: {
        database: "aiways-ios-tool",
        host: "localhost",
        port: 3306,
        username: "root",
        password: "12345678",
        logging: false
    }
};
  • 域名配置: 打开工程的app/config/setting.js,配置domain及文件上传域名

  • 运行: node index.js

hotfixserver's People

Contributors

shijianmei avatar

Stargazers

 avatar

Watchers

 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.