Git Product home page Git Product logo

shangbandaka-backend's Introduction

上班打卡后台

概述

这是个WEB项目,主要为上班打卡项目提供a 产品介绍网站 b 管理后台 c 与APP的API,你需要通过以下步骤成功运行起来

这是一个使用Python开发WEB程序教学示范项目,欢迎你参与,可以邮件联系说明最后的产品经理请求加入

关于

项目基于Python的bottle web开发框架,前端基于bootstrap (http://getbootstrap.com) 构建

安装

设计截图

  • UE流程设计图 UE设计

  • 登录界面 登录界面

  • 开通打卡服务 开通打卡服务

  • 管理系统 管理系统

其他未展示的页面(如部门管理、更改密码等)根据上述设计稿所实现的规则灵活处理

API for .net backend

验证 IMEI

/api/reimei 通过员工id查询绑定手机的imei串

@parameters: id=<员工id>

@return { "errno": int <错误代码>, "msg": imei串或者错误信息 }

登录

/api/mlogin 通过员工id查询绑定手机的imei串

@parameters: name=,pwd=

@return { "errno": int <错误代码>, "msg": string <提示消息> "ret": { "id":"用户id", "token":"<登录成功后后台生成的token验证串>" } }

请假请求

/api/reqingjia 通过员工id和公司id

@parameters: id 员工id cid 公司id Start开始时间 end结束时间 reason 原因

@return { "errno": int <错误代码>, "msg": string <提示消息>

}

签到

/api/redaka 通过员工id和公司id @parameters: id 员工id cid 公司id lat 纬度 lon经度

@return { "errno": int <错误代码>, "msg": string <提示消息>

}

联系

shangbandaka-backend's People

Contributors

riverfor avatar anlim avatar spyrx7 avatar

Watchers

James Cloos avatar  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.