保誠-保戶業務員媒合平台
Tomas
2021-12-08 f3c630a4b2082d115267b7e5c5b500844015864a
PAMapp/assets/ts/api/consultant.ts
@@ -5,6 +5,7 @@
import _ from 'lodash';
import { UserSetting } from '../models/account.model';
import { Consultant } from '~/assets/ts/models/consultant.model';
import { FastQueryParams } from '../models/fast-query-params.model';
// 顧客登入(TODO: OTP認證開發前 暫時使用)
export function login(user: any) {
@@ -147,13 +148,6 @@
        Authorization: 'Bearer ' + localStorage.getItem('id_token')
    }
    return service.put('/appointment', editAppointmentParams, {headers});
}
export interface FastQueryParams {
    gender             : string,
    communicationStyles: string[],
    avgScore           : number,
    status             : string
}
export interface AppointmentRequests {