Sen descrición

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