hcong
2024-09-27 aa059ff617f0902a1c15443aa517f07bdbc64bea
1
2
3
4
5
6
7
import { $fysp } from '../index';
 
export default {
  downloadFile(url) {
    return $fysp.get(`files/${url}`);
  }
};