https://github.com/bigbigy/dingtalk-staff-uc-api
基于钉钉开放API定时同步到数据库,做内部UC供其他子系统调用
https://github.com/bigbigy/dingtalk-staff-uc-api
dingding dingtalk staff uc
Last synced: about 1 year 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T08:23:05.000Z (almost 7 years ago)
- Last Synced: 2025-02-15T01:28:31.712Z (over 1 year 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```