Giter VIP home page Giter VIP logo

pku-simso-free's Introduction

园区往返自动报备

园区往返是大部分研究生同学日常,而每日填写出入校申请稍显繁琐。本仓库旨在自动化完成申请,请如实填写园区往返信息。完整教程请见此链接

功能

  • 园区往返接口
  • 北京***、大数据行程卡上传接口
  • 出入校申请接口
  • 利用 github actions 完成园区往返自动填写

简要上手教程

  1. Fork 本仓库。
  2. 激活 github actions。
  3. 在 Repository Secret 中添加 DATA 字段:

园区往返申请填写模板:

{
  // 门户账号密码
  "studentid": "2200012345",
  "password": "XXXXX",

  // 出入校事项(原因)
  "description": "吃饭睡觉做科研",
  // 往返校门,支持 2~n 个
  "places": ["南门", "万柳园区", "中关村"],
  
  // 可选项,0 表示申请当日,1 表示申请次日
  "delta": 1
}

出入校申请填写模板:

{
  // 门户账号密码
  "studentid": "2200012345",
  "password": "XXXXX",

  // 出入校类型,严格按申请值填写
  "exen_type": "一事一议的必要事项(就业、科研、学业等)", 
  // 出入校原因
  "description": "吃饭睡觉做科研",
  // 出入校轨迹
  "track": "自行车",

  // 出入校门信息
  "start": "万柳园区",
  "end": "燕园",
  "qdxm": "", // 不需要填写校门的可以留空或不填写
  "zdxm": "南门",

  // 可选项,0 表示申请当日,1 表示申请次日
  "delta": 1
}

免责说明

  1. 本项目仅用于园区往返申请,节省申请时间成本、避免忘记申请的麻烦。
  2. 因网络环境问题,不保证申请成功。
  3. 申请信息如与事实不符,可能会带来不必要的麻烦

pku-simso-free's People

Contributors

xiaotianxt avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pku-simso-free's Issues

fake image upload

感觉传二进制假图有潜在风险 能在repo里搞个上传***图片(可能是过期的)就好啦

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.