ll
liukangdong
2024-08-06 d41f1f707dc643b726a42b9d2a63b186dd9e4f28
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
import { request } from '../utils/request'
import { baseUrl } from '../utils/config'
 
export const uploadUrl = baseUrl + '/public/upload'
// 小程序登录
export const wxLoginCustomer = (data) => {
  return request({
    url: '/web/customer/wxLoginCustomer',
    data
  })
}
// 获取手机号
export const getWxMiniPhone = (data) => {
  return request({
    url: '/web/customer/getWxMiniPhone',
    method: "POST",
    data
  })
}
// 绑定手机号
export const binDingPhone = (data) => {
  return request({
    url: '/web/customer/binDingPhone',
    method: "POST",
    data
  })
}
// 获取字典值
export const getDictData = (data) => {
  return request({
    url: '/public/getDictData',
    data,
    loading: '0'
  })
}
// 获取会员信息
export const getMemberInfo = (data) => {
  return request({
    url: '/web/customer/getMemberInfo',
    data
  })
}
// 首页 志说装修
export const getZSZXCatalogs = () => {
  return request({
    url: '/web/customer/getZSZXCatalogs',
    method: "POST"
  })
}
//  中台标签
export const getCataLogTagList = (data) => {
  return request({
    url: '/web/customer/getCataLogTagList',
    method: "POST",
    data
  })
}
// 中台 分类数据
export const getCatalogList = (data) => {
  return request({
    url: '/web/customer/getCatalogList',
    method: "POST",
    data
  })
}
// 中台 分类产品详情
export const getProductInfo = (data) => {
  return request({
    url: '/web/customer/getProductInfo',
    data
  })
}
// 志说装修 内容
export const pageZSZXContentList = (data) => {
  return request({
    url: '/web/customer/getZhongTaiZbDecoPage',
    method: "POST",
    data
  })
}
// 首页 定制服务 列表
export const getCustomizedNewsList = (data) => {
  return request({
    url: '/web/customer/getCustomizedNewsList',
    data
  })
}
//  定制服务 详情
export const getCustomizedNewsDetail = (data) => {
  return request({
    url: '/web/customer/getCustomizedNewsDetail',
    data
  })
}
// 获取门店列表
export const getShopPage = (data) => {
  return request({
    url: '/web/customer/shopPage',
    method: 'POST',
    data
  })
}
// 获取门店详情
export const getShopDetail = (data) => {
  return request({
    url: '/web/customer/shopDetail',
    data
  })
}
// 获取 导购列表
export const myUserPage = (data) => {
  return request({
    url: '/web/customer/myUserPage',
    method: "POST",
    data
  })
}
// 获取 导购详情
export const usersDetailByIamId = (data) => {
  return request({
    url: '/web/customer/usersDetailByIamId',
    data
  })
}
// 首页 轮播 列表
export const getHomeBanner = (data) => {
  return request({
    url: '/web/customer/getZhongTaiCarouselImage',
    method: 'POST',
    data
  })
}
// 首页 轮播 详情
export const getHomeBannerDetail = (data) => {
  return request({
    url: '/web/customer/getZhongTaiCarouselImageDetail',
    method: 'POST',
    data
  })
}
// 分类产品 分页列表 中台
export const getZhongTaiProductPage = (data) => {
  return request({
    url: '/web/customer/getZhongTaiProductPage',
    method: 'POST',
    data
  })
}
// 分类案例 分页列表 中台
export const getZhongTaiWholecasePage = (data) => {
  return request({
    url: '/web/customer/getZhongTaiWholecasePage',
    method: 'POST',
    data
  })
}
// 分类案例 详情
export const getWholecaseInfo = (data) => {
  return request({
    url: '/web/customer/getWholecaseInfo',
    data
  })
// 分类实景 分页列表 中台
export const getZhongTaiRealcasePage = (data) => {
  return request({
    url: '/web/customer/getZhongTaiRealcasePage',
    method: 'POST',
    data
  })
}
// 分类实景 详情
export const getRealcaseInfo = (data) => {
  return request({
    url: '/web/customer/getRealcaseInfo',
    data
  })
}
// 我的家 分页列表 中台
export const getZhongTaiVideoPage = (data) => {
  return request({
    url: '/web/customer/getZhongTaiVideoPage',
    method: 'POST',
    data
  })
}
// 产品资讯 分页列表 中台
export const getZhongTaiProductNewsPage = (data) => {
  return request({
    url: '/web/customer/getZhongTaiProductNewsPage',
    method: 'POST',
    data
  })
}
// 产品资讯 详情
export const getProductNewsInfo = (data) => {
  return request({
    url: '/web/customer/getProductNewsInfo',
    method: 'GET',
    data
  })
}
// 操作 行为内容
export const actionDo = (data) => {
  return request({
    url: '/web/customer/actionDo',
    data,
    loading: data.actionType == 'view' ? '0' : '1'
  })
}
// 我的 预约列表
export const customerLogPage = (data) => {
  return request({
    url: '/web/customer/customerLogPage',
    method: 'POST',
    data
  })
}
// 我的 收藏/喜欢列表
export const collectLikePage = (data) => {
  return request({
    url: '/web/customer/collectLikePage',
    method: 'POST',
    data
  })
}
// 内容 喜欢
export const likeContent = (data) => {
  return request({
    url: '/web/customer/likeContent',
    method: 'GET',
    data
  })
}
// 内容 收藏
export const collectContent = (data) => {
  return request({
    url: '/web/customer/collectContent',
    method: 'GET',
    data
  })
}
// 我的 喜欢列表
export const getZhongTaiCusFavorite = (data) => {
  return request({
    url: '/web/customer/getZhongTaiCusFavorite',
    method: 'POST',
    data
  })
}
 
// 更新会员信息
export const editMember = (data) => {
  return request({
    url: '/web/customer/editMember',
    method: 'POST',
    data
  })
}
 
// 0元定制信息
export const saveFreeCustomizationApply = (data) => {
  return request({
    url: '/web/customer/saveFreeCustomizationApply',
    method: 'POST',
    data
  })
}
// 获取计算器配置
export const getBjParamConfig = (data) => {
  return request({
    url: '/web/customer/getBjParamConfig',
    data
  })
}
// 保存计算器配置
export const saveRenovationCalculator = (data) => {
  return request({
    url: '/web/customer/saveRenovationCalculator',
    method: 'POST',
    data
  })
}
// 获取省市区
export const getArea = (data) => {
  return request({
    url: '/web/common/getAreaTree',
    data,
    method: "POST"
  })
}
// 小程序注销
export const wxLogOff = (data) => {
  return request({
    url: '/web/customer/logOff',
    data
  })
}