Function getStaffValidCode

  • 员工手机验证登录

    Parameters

    • params: {
          phone: string;
          type: "Phone";
      }
      • phone: string
      • type: "Phone"

    Returns Promise<{
        code: SendVaildCodeStatus;
    }>

  • 员工邮箱验证登录

    Parameters

    • params: {
          mailbox: string;
          type: "Mailbox";
      }
      • mailbox: string
      • type: "Mailbox"

    Returns Promise<{
        code: SendVaildCodeStatus;
    }>

Generated using TypeDoc