Commit 9a3740518aa072b1a107af7794000a3fa305c73e

Authored by aarongao
1 parent ee5ad688
Exists in v1.2 and in 2 other branches master, v1.1

..

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
README.md
... ... @@ -3,7 +3,7 @@
3 3 | Specification | Value |
4 4 |-----|-----|
5 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 17  
18 18 // @APIVersion 1.0.0
19 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 21 func main() {
22 22  
23 23 // 读取配置文件
... ...