PtlEpsInfo.ts 198 B

123456789101112131415161718
  1. // 定义请求参数
  2. export interface ReqEpsInfo {
  3. }
  4. // 定义返回字段
  5. export interface ResEpsInfo {
  6. [id: string]: number; //属性信息
  7. }
  8. export const conf = {
  9. connet: "ws"
  10. }