Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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供其他子系统调用

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```