Categorygithub.com/icepie/lit-edu-go
modulepackage
0.1.8
Repository: https://github.com/icepie/lit-edu-go.git
Documentation: pkg.go.dev

# README

lit-edu-go

一个集成查询成绩课表等功能的服务后端, 其本质为洛阳理工学院青果教务在线的中间件

Go Report Card License

安装

get

$ go get -u github.com/icepie/lit-edu-go

build

$ git clone  http://github.com/icepie/lit-edu-go
$ cd lit-edu-go
$ go build # GO111MODULE=on

release

前往 release 页面, 下载与你适用的版本

配置

请自行查看并编辑配置文件 conf.yaml

使用

$ lit-edu-go

接口 (Restful API)

检查青果登录状态

GET    /api/v1/jw/status

通过学号获取成绩

POST   /api/v1/jw/score
Content-type: application/json
{
  "stuid": "B19071121",
  "password": "PASSWORD(jwauth: true)"
}

通过学号获取课表

TODO

许可证

AGPLv3

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author