replace beego.me with beego.vip

This commit is contained in:
Deng Ming
2021-11-29 21:29:29 +08:00
parent 1fe29f3787
commit 3e886f71ca
52 changed files with 79 additions and 79 deletions

View File

@@ -17,7 +17,7 @@
//
// import "github.com/beego/beego/v2/client/httplib"
//
// b := httplib.Post("http://beego.me/")
// b := httplib.Post("http://beego.vip/")
// b.Param("username","astaxie")
// b.Param("password","123456")
// b.PostFile("uploadfile1", "httplib.pdf")
@@ -28,7 +28,7 @@
// }
// fmt.Println(str)
//
// more docs http://beego.me/docs/module/httplib.md
// more docs http://beego.vip/docs/module/httplib.md
package httplib
import (