Git Product home page Git Product logo

kaka's Introduction

通用配置接口

kaka v1.0.0

rewrited by OpenResty

Usage

URL/v1/conf

method: GET

  • Request:
http://127.0.0.1:9527/v1/conf?module=p2p,httpdns&sysver=xxx&appver=xxx&app=1&guid=xxx&model=xiaomi3s

Return:

{
    httpdns: {
        on: 0,
        conf: {
        request_addr: [
            "192.168.0.6",
            "192.168.0.10",
            "192.168.0.4",
            "192.168.0.3",
            "192.168.0.2",
            "192.168.0.7",
            "192.168.0.8",
            "192.168.0.9",
            "192.168.0.5"
            ],
        wait_time: 1000
        }
    }
    "p2p" : {
        "on" : 0
    },
    "其它模块" : {
        // 其它模块的配置信息
    }
}
  • Request:
http://127.0.0.1:9527/v1/module/

Return:

{
    base_module: [
        "p2p",
        "httpdns"
    ]
}
  • Request:
http://127.0.0.1:9527/v1/level/

Return:

{
    p2p: {
        level: 4
    },
    httpdns: {
        level: 4
    }
}

Level级别判定

  • level=1: Master switch == 1 then on = 1 else on = 0
  • level=2: Master switch && appver in list-appver == 1 then on = 1 else on = 0
  • level=3: Master switch && appver in list-appver && app in list-app == 1 then on = 1 else on = 0
  • level=4: Master switch && appver in list-appver && app in list-app && model in list-model == 1 then on = 1 else on = 0

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.