🚧 change some proxy

This commit is contained in:
微凉
2021-12-19 20:55:29 +08:00
parent 731dbf6c3a
commit fedab86c30
3 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ func Path(c *gin.Context) {
}
}
// 返回真实的链接,且携带头,只提供给中转程序使用
// Link 返回真实的链接,且携带头,只提供给中转程序使用
func Link(c *gin.Context) {
var req common.PathReq
if err := c.ShouldBind(&req); err != nil {