1
YM
2024-05-15 36b2be2f2d02a0f66c78e56e2567b388e0418e8f
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