YM
2024-05-22 7fb2efa58b1b3276e820f3279efb18a67fe3e5ce
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