Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigbigy/dingtalk-staff-uc-api
基于钉钉开放API定时同步到数据库,做内部UC供其他子系统调用
https://github.com/bigbigy/dingtalk-staff-uc-api
dingding dingtalk staff uc
Last synced: 11 days ago
JSON representation
基于钉钉开放API定时同步到数据库,做内部UC供其他子系统调用
- Host: GitHub
- URL: https://github.com/bigbigy/dingtalk-staff-uc-api
- Owner: BigbigY
- Created: 2019-06-04T03:10:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T08:23:05.000Z (over 5 years ago)
- Last Synced: 2024-11-05T13:52:42.696Z (about 2 months ago)
- Topics: dingding, dingtalk, staff, uc
- Language: Go
- Size: 495 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install Beego
```
go get github.com/astaxie/beego```
# 依赖
```
go get github.com/go-sql-driver/mysql
go get github.com/astaxie/beego/orm
go get github.com/astaxie/beego/toolbox
go get github.com/astaxie/beego/logs
```# Run
```
bee run
```# Build
```
GOOS=linux GOARCH=amd64 bee pack
```# Swagger
API: http://127.0.0.0.1/swagger/# 可变化字段
- 部门: ```Name```, ```Parentid```
- 用户: ```Mobile```, ```Workplace```, ```Avatar```, ```Position```,```Departmentid```