UAS在线办公集成

zhouy 7cf027b03d 企业微信回调接口配置, 增加cropid的获取配置 il y a 2 mois
dingtalk-sdk ac2972ff89 【钉钉对接】【订阅推送】 il y a 2 mois
gradle cdb13a73c8 对接企业微信在线办公 il y a 4 ans
qywx-sdk 7cf027b03d 企业微信回调接口配置, 增加cropid的获取配置 il y a 2 mois
uas-office-core 399207fb97 企业微信增加审批单据对接 il y a 2 ans
uas-office-dingtalk 2586c9965b 【钉钉对接】【订阅推送】 il y a 2 mois
uas-office-dingtalk-server 9f56e9db2c 代码语法错误修复 il y a 1 an
uas-office-qywx f8b1d3e9a0 企业微信回调接口配置, 增加cropid的获取配置 il y a 2 mois
uas-office-qywx-server 51c3a350e0 企业微信回调接口配置,取消登录限制 il y a 2 mois
uas-office-web a0062e505f 【工资条】【查询失败提示优化】 il y a 2 mois
.gitignore cdb13a73c8 对接企业微信在线办公 il y a 4 ans
README.md f17d196947 修改配置 il y a 4 ans
build.gradle 3c30e1b2eb 企业微信回调接口配置 il y a 2 mois
gradlew cdb13a73c8 对接企业微信在线办公 il y a 4 ans
gradlew.bat cdb13a73c8 对接企业微信在线办公 il y a 4 ans
settings.gradle d55cb16ffe 钉钉对接程序 il y a 4 ans

README.md

UAS在线办公集成

项目结构

├─uas-office-integration
│  │  
│  ├─dingtalk-sdk-----------------------------钉钉api封装sdk
│  ├─qywx-sdk---------------------------------企业微信api封装sdk
│  ├─uas-office-core--------------------------基础包
│  ├─uas-office-dingtalk----------------------uas对接钉钉
│  ├─uas-office-dingtalk-server---------------钉钉运行时服务
│  ├─uas-office-qywx--------------------------uas对接企业微信
│  ├─uas-office-qywx-server-------------------企业微信运行时服务
│  │

开发环境配置

工具/环境 版本
gradle 5.4
idea 2019.3
java 1.8

本地构建

# build
gradlew build -x test
# 发布
gradlew publish -x test
# 打包+发布release版本
gradlew build publish -x test -PprojVersion=1.0.0

jenkins构建

http://10.10.100.200:5001/view/Uas/job/uas-office-integration/