This commit is contained in:
skiffer-git 2022-03-02 21:02:21 +08:00
parent c0c08fe373
commit e6b302abf9

View File

@ -62,4 +62,5 @@ func PostReturn(url string, input, output interface{}, timeOut int) error {
if err = json.Unmarshal(b, output); err != nil {
return err
}
return nil
}