适配樱花V4

This commit is contained in:
ZJY 2021-09-08 17:37:33 +08:00
parent 5840677080
commit 570bc7e5d3

View File

@ -557,6 +557,7 @@ func (c *Container) getSession() error {
req.Param("username", c.Username)
req.Param("password", c.Password)
rsp, err := req.Response()
logs.Info(rsp.Body)
if err != nil {
return err
}