Browse Source

修改bug

wangbo 2 tháng trước cách đây
mục cha
commit
da447b1c7e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      osm_sdk.go

+ 1 - 1
osm_sdk.go

@@ -215,7 +215,7 @@ func exist(objName string) (bool, error) {
 		return false, errors.New(resp.Msg)
 	}
 
-	return true, nil
+	return resp.Info, nil
 }
 
 func DeleteMulti(objNames ...string) error {