| | |
| | | data: { phone: data.phone } |
| | | }) |
| | | export const customerGetUserInfo = () => http({ url: `${prefix}/getUserInfo`, method: 'get' }) |
| | | export const customerLogout = () => http({ url: `${prefix}/logout`, method: 'post' }) |
| | | export const customerWxAuthorize = (data) => http({ url: 'visitsAdmin/cloudService/web/visitor/ywWxAuthorize', method: 'get', data: { ...data, userType: 1 } }) |
| | | export const customerBanners = () => http({ url: `${prefix}/banners`, method: 'get' }) |
| | | export const customerHome = () => http({ url: `${prefix}/home`, method: 'get' }) |