/* * @Author: ch * @Date: 2022-05-04 18:24:03 * @LastEditors: ch * @LastEditTime: 2022-05-04 22:40:06 * @Description: file content */ import {axiosTk} from "../axiosTk"; import { ToAsyncAwait } from "../utils"; const BASE_URL = '/oss/oss'; export const ApiPostGetOssConfig = (data) => ToAsyncAwait(axiosTk.post(`${BASE_URL}/generateOssSignature`, data));