Ptlxiazai.ts 194 B

12345678910111213141516171819
  1. // 定义请求参数
  2. export interface Reqxiazai {
  3. id: string
  4. }
  5. // 定义返回字段
  6. export interface Resxiazai {
  7. order10Back: any
  8. }
  9. export const conf = {
  10. connet: "admin"
  11. }