feat: customer表单修改

This commit is contained in:
zhangyahui
2025-11-20 14:38:51 +08:00
parent 5d0de60498
commit f35274310e
2 changed files with 7 additions and 5 deletions

View File

@@ -146,8 +146,7 @@ export function getTryOnEffectStyleList(styleId: string | number) {
// 选择顾客
interface CustomerInfo {
name: string
email?: string
vipId: string
}
export const customerCheckin = (data: CustomerInfo) => {
return request({