Commit 9a3740518aa072b1a107af7794000a3fa305c73e
1 parent
ee5ad688
Exists in
v1.2
and in
2 other branches
..
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
README.md
| @@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
| 3 | | Specification | Value | | 3 | | Specification | Value | |
| 4 | |-----|-----| | 4 | |-----|-----| |
| 5 | | API Version | 1.0.0 | | 5 | | API Version | 1.0.0 | |
| 6 | -| BasePath | 正式 leyoutu.st-i.com.cn | 测试 letu.api.imagchina.com | | 6 | +| BasePath | 正式 leyoutu.st-i.com.cn; 测试 letu.api.imagchina.com | |
| 7 | 7 | ||
| 8 | 8 | ||
| 9 | 9 |
main.go
| @@ -17,7 +17,7 @@ import ( | @@ -17,7 +17,7 @@ import ( | ||
| 17 | 17 | ||
| 18 | // @APIVersion 1.0.0 | 18 | // @APIVersion 1.0.0 |
| 19 | // @APITitle 乐游图后端接口文档 | 19 | // @APITitle 乐游图后端接口文档 |
| 20 | -// @BasePath 正式 leyoutu.st-i.com.cn | 测试 letu.api.imagchina.com | 20 | +// @BasePath 正式 leyoutu.st-i.com.cn; 测试 letu.api.imagchina.com |
| 21 | func main() { | 21 | func main() { |
| 22 | 22 | ||
| 23 | // 读取配置文件 | 23 | // 读取配置文件 |