bugfix: 从dressfor跳转对话自动发送消息

This commit is contained in:
zhangyahui
2025-11-20 14:29:41 +08:00
parent 8a34b8049e
commit 5d0de60498
3 changed files with 21 additions and 16 deletions

View File

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