feat: 客户checkin
This commit is contained in:
@@ -98,3 +98,16 @@ export function getTryOnEffectStyleList(styleId: string | number) {
|
||||
method: 'get',
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
interface CustomerInfo {
|
||||
name: string
|
||||
email: string
|
||||
}
|
||||
export const customerCheckin = (data: CustomerInfo) => {
|
||||
return request({
|
||||
url: '/api/customers/checkIn',
|
||||
method: 'get',
|
||||
params: data,
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user