Skip to content

Files

Latest commit

c63bcec · Feb 7, 2025

History

History
17 lines (13 loc) · 663 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 663 Bytes

goctl-uniapp

go-zero License Go

goctl-uniapp 是一款基于 goctl 的插件,用于生成 uniapp 使用的 http 客户端。

# 安装 goctl-uniapp 插件
GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/zeromicro/goctl-uniapp
# 生成代码
goctl api plugin -plugin goctl-uniapp="uniapp" -api demo.api -dir .