YM
2024-05-15 1cb114b2c8d88c5e5a54eeb41746f5a16da58bc2
1
2
3
4
5
6
import config from "../js/config"
const getResourcePath = (md5) => {
  return  config.requestCtx + '/file/api/ApiDownload?md5=' + md5
}
 
export default getResourcePath