Sin descripción

hongxuan.he 14f0e4aebf Merge branch 'SCRUM-3985' hace 1 mes
etc 4b66686d06 SCRUM-3985:恢复原来的yaml hace 1 mes
internal 06f6859c57 SCRUM-3985:删除多余 hace 1 mes
model c45ce5727f SCRUM-3985:修改参数类型 hace 1 mes
sqlconfig 8c4f93f0f7 修正权限校区 hace 3 años
transform cedf1fca35 SCRUM-3985:添加性别 hace 1 mes
transformclient cedf1fca35 SCRUM-3985:添加性别 hace 1 mes
utils b5a194b5d9 二维码信息添加,获取 hace 3 años
.drone.yml 72515efe49 压缩文件加入sqlconfig hace 3 años
.gitignore 027eb39247 支持 通过 http 的方式获取 token 信息 hace 2 años
Dockerfile 5d3b3fcce5 fix: hace 3 años
README.md cdaa634096 feat: 添加接口 hace 3 años
go.mod 4cf50b709a SCRUM-3985:修复go.mod能正常使用 hace 1 mes
go.sum 4cf50b709a SCRUM-3985:修复go.mod能正常使用 hace 1 mes
start.sh 46c0af8e45 fix: 活动 hace 2 años
transform.go 027eb39247 支持 通过 http 的方式获取 token 信息 hace 2 años
transform.proto cedf1fca35 SCRUM-3985:添加性别 hace 1 mes

README.md

INSTALL protoc

go get -u github.com/golang/protobuf/protoc-gen-go@v1.3.2

INSTALL goctl

GO111MODULE=on go get -u git.i2edu.net/i2/go-zero/tools/goctl

GEN RPC CODE

goctl rpc proto -src transform.proto -dir . --style go_zero

GEN MODEL

goctl model mysql ddl -c -src model/student.sql -dir model goctl model mysql ddl -c -src model/sys_user.sql -dir model

RUN RPC SRV

go run transform.go -f etc/i2bill-erp.yaml