/* * @Author: ch * @Date: 2022-04-13 14:30:33 * @LastEditors: ch * @LastEditTime: 2022-04-13 14:31:55 * @Description: file content */ import {ToAsyncAwait, MsbRequestTk} from '@/common/utils'; const BASE_URL = '/oss/oss'; export const ApiPostGetOssConfig = (data) => ToAsyncAwait(MsbRequestTk.post(`${BASE_URL}/generateOssSignature`, data));