PtlgetCode.ts 180 B

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