PtlgetCodeMa.ts 198 B

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