fontree-approval-fork 从fonttree-approval复制,为分公司审批申请服务
Go to file Use this template
2023-03-22 16:10:53 +08:00
api/approval feat 2023-03-22 16:10:53 +08:00
cmd feat 增加filter过滤 2022-08-04 11:07:55 +08:00
conf feat 增加filter过滤 2022-08-04 11:07:55 +08:00
docs feat 2023-03-01 18:53:47 +08:00
pkg feat 2023-03-22 14:27:32 +08:00
.gitignore docs 忽略文档 2022-08-01 15:05:49 +08:00
Dockerfile feat 2023-03-18 16:35:55 +08:00
DockerfileReal feat 2023-03-22 10:24:24 +08:00
go.mod feat 2023-03-01 18:53:47 +08:00
go.sum feat 增加filter过滤 2022-08-04 11:07:55 +08:00
README.md feat 增加是否已读的列表页展示 2022-07-30 16:44:54 +08:00

帮助文档

一、审批服务

接口文档

部门服务

image

protot文件编译指令

 protoc --go_out=. --go-triple_out=. ./xxxx.proto

二、测试启动fontree-client

配置文件读取conf/dubbogo.yaml
1、cd cmd
2、 go run .

客户端启动http测试(使用gin做一个实现rpc的简单gin)

配置文件读取client/conf/dubbogo.yaml
1、cd client\gin\
2、go run client.go

postman的接口文档在 docs下postman文件

三、上线部署