张涛
2024-11-22 dfb7a8a63e87390dc095e81b04f0404697246d9f
1
2
3
4
5
export interface MockParams {
  url: string;
  type: string;
  body: string;
}