PtlgameError.ts 337 B

1234567891011121314151617181920212223242526272829
  1. /**
  2. * 请求接口
  3. */
  4. export interface ReqgameError {
  5. startTime: number;
  6. endTime: number;
  7. fuuid: string;
  8. url: string;
  9. kind: string;
  10. id: string;
  11. size?: number;
  12. page?: number;
  13. }
  14. /**
  15. * 返回信息
  16. */
  17. export interface ResgameError {
  18. order10Back: any;
  19. }
  20. export const conf = {
  21. connet: "admin"
  22. }