樱花特别版勿更新

This commit is contained in:
ZJY 2021-09-08 17:41:45 +08:00
parent 570bc7e5d3
commit 399a0228f2

View File

@ -553,7 +553,7 @@ func (c *Container) postConfig(handle func(config string) string) error {
}
func (c *Container) getSession() error {
req := httplib.Post(c.Address + "/auth")
req := httplib.Post(c.Address + "/api/auth")
req.Param("username", c.Username)
req.Param("password", c.Password)
rsp, err := req.Response()