适配樱花V4

This commit is contained in:
ZJY 2021-09-08 16:54:32 +08:00
parent 9e9a5a109e
commit f705b50c54

View File

@ -543,10 +543,10 @@ func (c *Container) postConfig(handle func(config string) string) error {
req.Param("name", "config.sh")
test, err := req.Bytes()
if err != nil {
logs.Info(err)
logs.Info("提交错误")
return err
} else {
logs.Info(test)
logs.Info(string(test))
}
}
return nil