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