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