Update README.md

This commit is contained in:
MaxToby 2021-01-01 20:32:03 +08:00 committed by GitHub
parent d4be972494
commit ec36bd4c17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,5 +79,5 @@ $ GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/zeromic
```
* 生成swagger.json 文件
```shell script
$ goctl api plugin -plugin goctl-android="android -package com.tal" -api user.api -dir .
$ goctl api plugin -plugin goctl-swagger="swagger" -api user.api -dir .
```