import { createAPI } from "@/utils/httpRequest.js"; export const updateOssRef = data => createAPI(`/sys/oss/updateOssRef`,'post',data)