|
@@ -1,237 +1,237 @@
|
1
|
|
-/**
|
2
|
|
- * NOTE HOST、HOST_M 是在 config 中通过 defineConstants 配置的
|
3
|
|
- * 只所以不在代码中直接引用,是因为 eslint 会报 no-undef 的错误,因此用如下方式处理
|
4
|
|
- */
|
5
|
|
-/* eslint-disable */
|
6
|
|
-export const host = HOST
|
7
|
|
-export const wss_host = WSS_HOST
|
8
|
|
-
|
9
|
|
-/* eslint-enable */
|
10
|
|
-
|
11
|
|
-export const pathname = '/api/wx'
|
12
|
|
-
|
13
|
|
-const resolvePath = api => `${host + pathname}/${api}`
|
14
|
|
-
|
15
|
|
-// common
|
16
|
|
-export const API_PRELOAD = resolvePath('preload')
|
17
|
|
-export const API_QRCODE = resolvePath('qrcode')
|
18
|
|
-export const API_BANNER_LIST = resolvePath('extendContent')
|
19
|
|
-export const API_QUERY_CODE_SCENE = resolvePath('qrcode/scene')
|
20
|
|
-
|
21
|
|
-// user
|
22
|
|
-export const API_USER_LOGIN = resolvePath('login')
|
23
|
|
-export const API_USER_INFO = resolvePath('signup')
|
24
|
|
-export const API_USER_SIGNIN = resolvePath('user/signin')
|
25
|
|
-export const API_USER_PHONE = resolvePath('userPhone')
|
26
|
|
-export const API_QUERY_USER_INFO = resolvePath('user/info')
|
27
|
|
-export const API_QUERY_USERINFO_BYID = resolvePath('onePerson')
|
28
|
|
-export const API_QUERY_CUSTOMER_INFO = resolvePath('customer/myCustomer')
|
29
|
|
-export const API_QUERY_MYREPORT = resolvePath('customer/myReport')
|
30
|
|
-export const API_QUERY_DOCUMENTVERIFY = resolvePath('documentVerify')
|
31
|
|
-
|
32
|
|
-export const API_QUERY_DOCUMENTVERIFY_list = resolvePath('documentVerify/list')
|
33
|
|
-export const API_QUERY_TADRAINGE = resolvePath('taDrainage')
|
34
|
|
-
|
35
|
|
-
|
36
|
|
-// chat
|
37
|
|
-export const API_CHAT_HISTORY = resolvePath('chat/history')
|
38
|
|
-export const API_CHAT_SEND = wss_host + '/wx/chat'
|
39
|
|
-export const API_CHAT_FRIENDS = resolvePath('chat/with')
|
40
|
|
-export const API_UPLOAD_IMAGE = resolvePath('image')
|
41
|
|
-export const API_CHAT_READED = resolvePath('chat/message')
|
42
|
|
-
|
43
|
|
-// card
|
44
|
|
-export const API_CARDS_LIST = resolvePath('cards')
|
45
|
|
-export const API_CARDS_APPLY = resolvePath('cards/apply')
|
46
|
|
-export const API_FORM_ID = resolvePath('formid')
|
47
|
|
-export const API_UPDATE_PHOTO = resolvePath('userInfo/updatePhoto')
|
48
|
|
-
|
49
|
|
-// project
|
50
|
|
-export const API_INDEX_CUSTOMER = resolvePath('indexCustomer')
|
51
|
|
-export const API_ITEMS_LIST = resolvePath('building/list')
|
52
|
|
-export const API_ITEMS_DETAIL = resolvePath('buildingSelectId')
|
53
|
|
-export const API_ITEMS_TYPE = resolvePath('tdBuildingType')
|
54
|
|
-export const API_ACTIVITY_GROUP = resolvePath('helpActivityAndGroup')
|
55
|
|
-export const API_LOCATION_CITYP = resolvePath('location/city')
|
56
|
|
-export const API_TACUSTOMIMG = resolvePath('taCustomImg')
|
57
|
|
-export const API_INDEX_PROJECTS = resolvePath('building/main')
|
58
|
|
-export const API_INDEX_ICONS = resolvePath('taMiniappOrgIcon')
|
59
|
|
-
|
60
|
|
-
|
61
|
|
-
|
62
|
|
-export const API_HOUSE_LIST = resolvePath('listHousingResources')
|
63
|
|
-export const API_PRESELECTION_RECORD = resolvePath('listPreselectionRecord')
|
64
|
|
-export const API_RAISE_CHECK = resolvePath('check/raise')
|
65
|
|
-export const API_RAISE_PROFILE = resolvePath('taRaise')
|
66
|
|
-export const API_SAVE_RAISE_RECORD = resolvePath('taRaiseRecord')
|
67
|
|
-export const API_RATSE_RECORD = resolvePath('taRaiseRecord/list')
|
68
|
|
-export const API_RATSE_DETAIL = resolvePath('taRaiseRecord')
|
69
|
|
-export const API_RATSE_ORDER = resolvePath('unifiedOrder')
|
70
|
|
-export const API_CANCEL_ORDER = resolvePath('cancel')
|
71
|
|
-export const API_HOUSE_DETAIL = resolvePath('getHousingDetailById')
|
72
|
|
-export const API_ADD_PRESELECTION = resolvePath('taPreselectionRecord')
|
73
|
|
-export const API_CANCEL_PRESELECTION = resolvePath('taPreselectionRecordCancel')
|
74
|
|
-export const API_APARTMENT_TYPE = resolvePath('listBuildApartmentBySalesBatchId')
|
75
|
|
-export const API_SALESBATCH_LIST = resolvePath('taSalesBatch/choice')
|
76
|
|
-export const API_NOTICE_INFO = resolvePath('getNoticeInfo')
|
77
|
|
-export const API_SALES_BATCH = resolvePath('taSalesBatch')
|
78
|
|
-export const API_ADDLIVE_NUM = resolvePath('addVisitNum')
|
79
|
|
-export const API_LIVE_DEATIL = resolvePath('taLiveActivity')
|
80
|
|
-// /wx/location/city?location=lon,lat
|
81
|
|
-
|
82
|
|
-//sign
|
83
|
|
-export const API_CONTRACT_USER = resolvePath('contract/user/add')
|
84
|
|
-export const API_CONTRACT_GET = resolvePath('contract/user/get')
|
85
|
|
-export const API_CONTRACT_AUTO = resolvePath('contract/auto')
|
86
|
|
-export const API_CONTRACT_MANUAL = resolvePath('contract/manual')
|
87
|
|
-export const API_CONTRACT_CHECK = resolvePath('contract/check')
|
88
|
|
-
|
89
|
|
-// shop
|
90
|
|
-export const API_GOODS_LIST = resolvePath('goods')
|
91
|
|
-export const API_GOODS_BUILDING = resolvePath('goodsToBuilding')
|
92
|
|
-export const API_GOODS_EXCHANGE = resolvePath('goods/exchange')
|
93
|
|
-export const API_GOODS_EXCHANGE_RECORDS = resolvePath('taPointsExchange')
|
94
|
|
-export const API_POINTS_RECORDS = resolvePath('taPointsRecords')
|
95
|
|
-export const API_POINTS_RULE = resolvePath('tdPointsRules')
|
96
|
|
-export const API_POINTS_ADRESS = resolvePath('person/city')
|
97
|
|
-export const API_GOODS_BELONGS = resolvePath('goodsToBuilding')
|
98
|
|
-
|
99
|
|
-// client
|
100
|
|
-export const API_CLIENT_LIST = resolvePath('customer/recommend/mine')
|
101
|
|
-export const API_RECOMENT_CLIENT = resolvePath('customer/new')
|
102
|
|
-export const API_CLIENT_PROGRESS = resolvePath('customer')
|
103
|
|
-export const API_TYPE_DATA = resolvePath('awesome/dict/recommendcustomer')
|
104
|
|
-
|
105
|
|
-// report
|
106
|
|
-export const API_REPORT_LIST = resolvePath('myReport')
|
107
|
|
-export const API_REPORT_CLIENT = resolvePath('customer/report')
|
108
|
|
-export const API_RECOMMEND_GET = resolvePath('customer/recommend/get')
|
109
|
|
-export const API_RECOMMEND_EDIT = resolvePath('customer/recommend/edit')
|
110
|
|
-
|
111
|
|
-// common
|
112
|
|
-export const API_ITEMS_UV = resolvePath('project/hot')
|
113
|
|
-export const API_CARDS_UV = resolvePath('consultant/hot')
|
114
|
|
-export const API_ACTIVITY_UV = resolvePath('activity/pvNum')
|
115
|
|
-export const API_NEWS_UV = resolvePath('taNews/pvNum')
|
116
|
|
-
|
117
|
|
-export const API_CARDS_LIKE = resolvePath('consultant/like')
|
118
|
|
-export const API_ITEMS_LIKE = resolvePath('project/like')
|
119
|
|
-export const API_ACTIVITY_LIKE = resolvePath('activity/like')
|
120
|
|
-export const API_NEWS_LIKE = resolvePath('news/like')
|
121
|
|
-
|
122
|
|
-export const API_CARDS_SHARE = resolvePath('consultant/share')
|
123
|
|
-export const API_ITEMS_SHARE = resolvePath('project/share')
|
124
|
|
-export const API_ACTIVITY_SHARE = resolvePath('activity/share')
|
125
|
|
-export const API_HELP_SHARE = resolvePath('help/share')
|
126
|
|
-export const API_GROUP_SHARE = resolvePath('group/share')
|
127
|
|
-export const API_HFIVE_SHARE = resolvePath('h5/share')
|
128
|
|
-export const API_NEWS_SHARE = resolvePath('news/share')
|
129
|
|
-export const API_HOUSE_SHARE = resolvePath('houseApp/share')
|
130
|
|
-export const API_HOUSE_POSTER = resolvePath('housePost/share')
|
131
|
|
-export const API_LIVE_SHARE = resolvePath('liveApp/share')
|
132
|
|
-export const API_LIVE_POSTER = resolvePath('livePost/share')
|
133
|
|
-
|
134
|
|
-export const API_INDEX_SHARE = resolvePath('main/share')
|
135
|
|
-
|
136
|
|
-export const API_ACTIVITY_FAVOR = resolvePath('activity/save')
|
137
|
|
-export const API_NEWS_FAVOR = resolvePath('news/save')
|
138
|
|
-export const API_CARD_FAVOR = resolvePath('card/save')
|
139
|
|
-export const API_PROJECT_FAVOR = resolvePath('project/save')
|
140
|
|
-
|
141
|
|
-// 埋点接口
|
142
|
|
-export const API_BURIED_POINT = resolvePath('taPersonVisitRecord')
|
143
|
|
-
|
144
|
|
-
|
145
|
|
-// activity
|
146
|
|
-export const API_ACTIVITY_LIST = resolvePath('buildingDynamiceList')
|
147
|
|
-//拼团
|
148
|
|
-export const API_GROUP_LIST = resolvePath('taShareRecord')
|
149
|
|
-//助力
|
150
|
|
-export const API_HELP_LIST = resolvePath('helpInitiateRecord')
|
151
|
|
-
|
152
|
|
-// save activity
|
153
|
|
-export const API_ACTIVITY_SAVE = resolvePath('save/buildingDynamiceList')
|
154
|
|
-
|
155
|
|
-export const API_ACTIVITY_DETAIL = resolvePath('buildingDynamiceInfo')
|
156
|
|
-// signup
|
157
|
|
-export const API_ACTIVITY_SIGNUP = resolvePath('activityDynamicEnlistAdd')
|
158
|
|
-// signin
|
159
|
|
-export const API_ACTIVITY_SIGNIN = resolvePath('taCheckin/activity')
|
160
|
|
-
|
161
|
|
-// news
|
162
|
|
-export const API_NEWS_LIST = resolvePath('taNews')
|
163
|
|
-
|
164
|
|
-
|
165
|
|
-// feedback
|
166
|
|
-export const API_FEEDBACK_SUBMIT = resolvePath('taCustomerMessage')
|
167
|
|
-
|
168
|
|
-
|
169
|
|
-// getCode
|
170
|
|
-export const API_GET_CODE = resolvePath('captcha')
|
171
|
|
-
|
172
|
|
-// checkCode
|
173
|
|
-export const API_CHECK_CODE = resolvePath('check/captcha')
|
174
|
|
-
|
175
|
|
-
|
176
|
|
-// /wx/registerConsultantOneClick
|
177
|
|
-// registerConsultant
|
178
|
|
-export const API_PUT_REGISTER = resolvePath('registerConsultant')
|
179
|
|
-
|
180
|
|
-// registerConsultantOneClick
|
181
|
|
-export const API_PUT_REGISTERCONSULTANT = resolvePath('registerConsultantOneClick')
|
182
|
|
-
|
183
|
|
-// city
|
184
|
|
-export const API_CITY_LIST = resolvePath('tdCity')
|
185
|
|
-
|
186
|
|
-
|
187
|
|
-// policy
|
188
|
|
-export const API_POLICY_LIST = resolvePath('taPolicy')
|
189
|
|
-
|
190
|
|
-//agent
|
191
|
|
-
|
192
|
|
-export const API_AGENT_LIST = resolvePath('agent/recommend/mine')
|
193
|
|
-
|
194
|
|
-export const API_REGISTER_AGENT = resolvePath('registerAgent')
|
195
|
|
-
|
196
|
|
-// agent change
|
197
|
|
-export const API_AGENT_CHANNEL = resolvePath('customer/recommend/becomeChannel')
|
198
|
|
-
|
199
|
|
-export const API_AGENT_CURRENT = resolvePath('user/current')
|
200
|
|
-
|
201
|
|
-export const API_EDIT_AGENT = resolvePath('editPerson')
|
202
|
|
-
|
203
|
|
-// 活动列表-新
|
204
|
|
-export const API_ACTNEW_LIST = resolvePath('activity/list')
|
205
|
|
-
|
206
|
|
-// 助力
|
207
|
|
-export const API_HELP_DETAIL = resolvePath('helpActivity')
|
208
|
|
-export const API_HELP_CREATE = resolvePath('helpInitiateRecord')
|
209
|
|
-export const API_HELP_FRIEND = resolvePath('helpRecord')
|
210
|
|
-
|
211
|
|
-//签到
|
212
|
|
-export const API_CHECKIN_DETAILS = resolvePath('buildingDynamiceEnlistInfo')
|
213
|
|
-export const API_CHECKIN_ACTIVE = resolvePath('buildingDynamicCheckin')
|
214
|
|
-
|
215
|
|
-// 拼团
|
216
|
|
-export const API_GROUP_DETAIL = resolvePath('taShareActivity')
|
217
|
|
-export const API_GROUP_CREATE = resolvePath('taShareRecord')
|
218
|
|
-export const API_GROUP_JOIN = resolvePath('taShareChildRecord')
|
219
|
|
-
|
220
|
|
-//person
|
221
|
|
-export const API_MY_CUSTOMER = resolvePath('inventory/customer/statistics')
|
222
|
|
-export const API_CUSTOMER_LIST = resolvePath('inventory/customer/statistics')
|
223
|
|
-export const API_CUSTOMER_DETAIL = resolvePath('inventory/customer')
|
224
|
|
-export const API_VISIT_RECORD = resolvePath('taPersonVisitRecord')
|
225
|
|
-export const API_ACTIVITY_LIST_CUSTOMER = resolvePath('customer/activity/list')
|
226
|
|
-export const API_FOLLOW_LIST = resolvePath('taCustomerFollowUpRecord')
|
227
|
|
-export const API_SEX_INFO = resolvePath('genderStatistic')
|
228
|
|
-export const API_ECHERTS_DAILY = resolvePath('customerStatisticDaily')
|
229
|
|
-export const API_ECHERTS_MONTH = resolvePath('customerStatisticMonthly')
|
230
|
|
-export const API_BUILDING_TYPE = resolvePath('getByBuildingIdSelectBuildingProjectType')
|
231
|
|
-export const API_CONSULTANT_VISIT_RECORD = resolvePath('activityVisitRecord')
|
232
|
|
-export const API_MORE_ACTIVITY = resolvePath('visitRecord/activity')
|
233
|
|
-export const API_SHARE_LIST = resolvePath('shareRecords')
|
234
|
|
-export const API_SHARE_INFOLIST = resolvePath('sharePersonInfoList')
|
235
|
|
-export const API_BIND_CUSTOMER = resolvePath('judgeBindCustomer')
|
236
|
|
-// 消息模板
|
237
|
|
-export const API_TEMPLATE_TYPE = resolvePath('template/of/')
|
|
1
|
+/**
|
|
2
|
+ * NOTE HOST、HOST_M 是在 config 中通过 defineConstants 配置的
|
|
3
|
+ * 只所以不在代码中直接引用,是因为 eslint 会报 no-undef 的错误,因此用如下方式处理
|
|
4
|
+ */
|
|
5
|
+/* eslint-disable */
|
|
6
|
+export const host = HOST
|
|
7
|
+export const wss_host = WSS_HOST
|
|
8
|
+
|
|
9
|
+/* eslint-enable */
|
|
10
|
+
|
|
11
|
+export const pathname = '/api/wx'
|
|
12
|
+
|
|
13
|
+const resolvePath = api => `${host + pathname}/${api}`
|
|
14
|
+
|
|
15
|
+// common
|
|
16
|
+export const API_PRELOAD = resolvePath('preload')
|
|
17
|
+export const API_QRCODE = resolvePath('qrcode')
|
|
18
|
+export const API_BANNER_LIST = resolvePath('extendContent')
|
|
19
|
+export const API_QUERY_CODE_SCENE = resolvePath('qrcode/scene')
|
|
20
|
+
|
|
21
|
+// user
|
|
22
|
+export const API_USER_LOGIN = resolvePath('login')
|
|
23
|
+export const API_USER_INFO = resolvePath('signup')
|
|
24
|
+export const API_USER_SIGNIN = resolvePath('user/signin')
|
|
25
|
+export const API_USER_PHONE = resolvePath('userPhone')
|
|
26
|
+export const API_QUERY_USER_INFO = resolvePath('user/info')
|
|
27
|
+export const API_QUERY_USERINFO_BYID = resolvePath('onePerson')
|
|
28
|
+export const API_QUERY_CUSTOMER_INFO = resolvePath('customer/myCustomer')
|
|
29
|
+export const API_QUERY_MYREPORT = resolvePath('customer/myReport')
|
|
30
|
+export const API_QUERY_DOCUMENTVERIFY = resolvePath('documentVerify')
|
|
31
|
+
|
|
32
|
+export const API_QUERY_DOCUMENTVERIFY_list = resolvePath('documentVerify/list')
|
|
33
|
+export const API_QUERY_TADRAINGE = resolvePath('taDrainage')
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+// chat
|
|
37
|
+export const API_CHAT_HISTORY = resolvePath('chat/history')
|
|
38
|
+export const API_CHAT_SEND = wss_host + '/wx/chat'
|
|
39
|
+export const API_CHAT_FRIENDS = resolvePath('chat/with')
|
|
40
|
+export const API_UPLOAD_IMAGE = resolvePath('image')
|
|
41
|
+export const API_CHAT_READED = resolvePath('chat/message')
|
|
42
|
+
|
|
43
|
+// card
|
|
44
|
+export const API_CARDS_LIST = resolvePath('cards')
|
|
45
|
+export const API_CARDS_APPLY = resolvePath('cards/apply')
|
|
46
|
+export const API_FORM_ID = resolvePath('formid')
|
|
47
|
+export const API_UPDATE_PHOTO = resolvePath('userInfo/updatePhoto')
|
|
48
|
+
|
|
49
|
+// project
|
|
50
|
+export const API_INDEX_CUSTOMER = resolvePath('indexCustomer')
|
|
51
|
+export const API_ITEMS_LIST = resolvePath('building/list')
|
|
52
|
+export const API_ITEMS_DETAIL = resolvePath('buildingSelectId')
|
|
53
|
+export const API_ITEMS_TYPE = resolvePath('tdBuildingType')
|
|
54
|
+export const API_ACTIVITY_GROUP = resolvePath('helpActivityAndGroup')
|
|
55
|
+export const API_LOCATION_CITYP = resolvePath('location/city')
|
|
56
|
+export const API_TACUSTOMIMG = resolvePath('taCustomImg')
|
|
57
|
+export const API_INDEX_PROJECTS = resolvePath('building/main')
|
|
58
|
+export const API_INDEX_ICONS = resolvePath('taMiniappOrgIcon')
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+export const API_HOUSE_LIST = resolvePath('listHousingResources')
|
|
63
|
+export const API_PRESELECTION_RECORD = resolvePath('listPreselectionRecord')
|
|
64
|
+export const API_RAISE_CHECK = resolvePath('check/raise')
|
|
65
|
+export const API_RAISE_PROFILE = resolvePath('taRaise')
|
|
66
|
+export const API_SAVE_RAISE_RECORD = resolvePath('taRaiseRecord')
|
|
67
|
+export const API_RATSE_RECORD = resolvePath('taRaiseRecord/list')
|
|
68
|
+export const API_RATSE_DETAIL = resolvePath('taRaiseRecord')
|
|
69
|
+export const API_RATSE_ORDER = resolvePath('unifiedOrder')
|
|
70
|
+export const API_CANCEL_ORDER = resolvePath('cancel')
|
|
71
|
+export const API_HOUSE_DETAIL = resolvePath('getHousingDetailById')
|
|
72
|
+export const API_ADD_PRESELECTION = resolvePath('taPreselectionRecord')
|
|
73
|
+export const API_CANCEL_PRESELECTION = resolvePath('taPreselectionRecordCancel')
|
|
74
|
+export const API_APARTMENT_TYPE = resolvePath('listBuildApartmentBySalesBatchId')
|
|
75
|
+export const API_SALESBATCH_LIST = resolvePath('taSalesBatch/choice')
|
|
76
|
+export const API_NOTICE_INFO = resolvePath('getNoticeInfo')
|
|
77
|
+export const API_SALES_BATCH = resolvePath('taSalesBatch')
|
|
78
|
+export const API_ADDLIVE_NUM = resolvePath('addVisitNum')
|
|
79
|
+export const API_LIVE_DEATIL = resolvePath('taLiveActivity')
|
|
80
|
+// /wx/location/city?location=lon,lat
|
|
81
|
+
|
|
82
|
+//sign
|
|
83
|
+export const API_CONTRACT_USER = resolvePath('contract/user/add')
|
|
84
|
+export const API_CONTRACT_GET = resolvePath('contract/user/get')
|
|
85
|
+export const API_CONTRACT_AUTO = resolvePath('contract/auto')
|
|
86
|
+export const API_CONTRACT_MANUAL = resolvePath('contract/manual')
|
|
87
|
+export const API_CONTRACT_CHECK = resolvePath('contract/check')
|
|
88
|
+
|
|
89
|
+// shop
|
|
90
|
+export const API_GOODS_LIST = resolvePath('goods')
|
|
91
|
+export const API_GOODS_BUILDING = resolvePath('goodsToBuilding')
|
|
92
|
+export const API_GOODS_EXCHANGE = resolvePath('goods/exchange')
|
|
93
|
+export const API_GOODS_EXCHANGE_RECORDS = resolvePath('taPointsExchange')
|
|
94
|
+export const API_POINTS_RECORDS = resolvePath('taPointsRecords')
|
|
95
|
+export const API_POINTS_RULE = resolvePath('tdPointsRules')
|
|
96
|
+export const API_POINTS_ADRESS = resolvePath('person/city')
|
|
97
|
+export const API_GOODS_BELONGS = resolvePath('goodsToBuilding')
|
|
98
|
+
|
|
99
|
+// client
|
|
100
|
+export const API_CLIENT_LIST = resolvePath('customer/recommend/mine')
|
|
101
|
+export const API_RECOMENT_CLIENT = resolvePath('customer/new')
|
|
102
|
+export const API_CLIENT_PROGRESS = resolvePath('customer')
|
|
103
|
+export const API_TYPE_DATA = resolvePath('awesome/dict/recommendcustomer')
|
|
104
|
+
|
|
105
|
+// report
|
|
106
|
+export const API_REPORT_LIST = resolvePath('myReport')
|
|
107
|
+export const API_REPORT_CLIENT = resolvePath('customer/report')
|
|
108
|
+export const API_RECOMMEND_GET = resolvePath('customer/recommend/get')
|
|
109
|
+export const API_RECOMMEND_EDIT = resolvePath('customer/recommend/edit')
|
|
110
|
+
|
|
111
|
+// common
|
|
112
|
+export const API_ITEMS_UV = resolvePath('project/hot')
|
|
113
|
+export const API_CARDS_UV = resolvePath('consultant/hot')
|
|
114
|
+export const API_ACTIVITY_UV = resolvePath('activity/pvNum')
|
|
115
|
+export const API_NEWS_UV = resolvePath('taNews/pvNum')
|
|
116
|
+
|
|
117
|
+export const API_CARDS_LIKE = resolvePath('consultant/like')
|
|
118
|
+export const API_ITEMS_LIKE = resolvePath('project/like')
|
|
119
|
+export const API_ACTIVITY_LIKE = resolvePath('activity/like')
|
|
120
|
+export const API_NEWS_LIKE = resolvePath('news/like')
|
|
121
|
+
|
|
122
|
+export const API_CARDS_SHARE = resolvePath('consultant/share')
|
|
123
|
+export const API_ITEMS_SHARE = resolvePath('project/share')
|
|
124
|
+export const API_ACTIVITY_SHARE = resolvePath('activity/share')
|
|
125
|
+export const API_HELP_SHARE = resolvePath('help/share')
|
|
126
|
+export const API_GROUP_SHARE = resolvePath('group/share')
|
|
127
|
+export const API_HFIVE_SHARE = resolvePath('h5/share')
|
|
128
|
+export const API_NEWS_SHARE = resolvePath('news/share')
|
|
129
|
+export const API_HOUSE_SHARE = resolvePath('houseApp/share')
|
|
130
|
+export const API_HOUSE_POSTER = resolvePath('housePost/share')
|
|
131
|
+export const API_LIVE_SHARE = resolvePath('liveApp/share')
|
|
132
|
+export const API_LIVE_POSTER = resolvePath('livePost/share')
|
|
133
|
+
|
|
134
|
+export const API_INDEX_SHARE = resolvePath('main/share')
|
|
135
|
+
|
|
136
|
+export const API_ACTIVITY_FAVOR = resolvePath('activity/save')
|
|
137
|
+export const API_NEWS_FAVOR = resolvePath('news/save')
|
|
138
|
+export const API_CARD_FAVOR = resolvePath('card/save')
|
|
139
|
+export const API_PROJECT_FAVOR = resolvePath('project/save')
|
|
140
|
+
|
|
141
|
+// 埋点接口
|
|
142
|
+export const API_BURIED_POINT = resolvePath('taPersonVisitRecord')
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+// activity
|
|
146
|
+export const API_ACTIVITY_LIST = resolvePath('buildingDynamiceList')
|
|
147
|
+//拼团
|
|
148
|
+export const API_GROUP_LIST = resolvePath('taShareRecord')
|
|
149
|
+//助力
|
|
150
|
+export const API_HELP_LIST = resolvePath('helpInitiateRecord')
|
|
151
|
+
|
|
152
|
+// save activity
|
|
153
|
+export const API_ACTIVITY_SAVE = resolvePath('save/buildingDynamiceList')
|
|
154
|
+
|
|
155
|
+export const API_ACTIVITY_DETAIL = resolvePath('buildingDynamiceInfo')
|
|
156
|
+// signup
|
|
157
|
+export const API_ACTIVITY_SIGNUP = resolvePath('activityDynamicEnlistAdd')
|
|
158
|
+// signin
|
|
159
|
+export const API_ACTIVITY_SIGNIN = resolvePath('taCheckin/activity')
|
|
160
|
+
|
|
161
|
+// news
|
|
162
|
+export const API_NEWS_LIST = resolvePath('taNews')
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+// feedback
|
|
166
|
+export const API_FEEDBACK_SUBMIT = resolvePath('taCustomerMessage')
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+// getCode
|
|
170
|
+export const API_GET_CODE = resolvePath('captcha')
|
|
171
|
+
|
|
172
|
+// checkCode
|
|
173
|
+export const API_CHECK_CODE = resolvePath('check/captcha')
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+// /wx/registerConsultantOneClick
|
|
177
|
+// registerConsultant
|
|
178
|
+export const API_PUT_REGISTER = resolvePath('registerConsultant')
|
|
179
|
+
|
|
180
|
+// registerConsultantOneClick
|
|
181
|
+export const API_PUT_REGISTERCONSULTANT = resolvePath('registerConsultantOneClick')
|
|
182
|
+
|
|
183
|
+// city
|
|
184
|
+export const API_CITY_LIST = resolvePath('tdCity')
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+// policy
|
|
188
|
+export const API_POLICY_LIST = resolvePath('taPolicy')
|
|
189
|
+
|
|
190
|
+//agent
|
|
191
|
+
|
|
192
|
+export const API_AGENT_LIST = resolvePath('agent/recommend/mine')
|
|
193
|
+
|
|
194
|
+export const API_REGISTER_AGENT = resolvePath('registerAgent')
|
|
195
|
+
|
|
196
|
+// agent change
|
|
197
|
+export const API_AGENT_CHANNEL = resolvePath('customer/recommend/becomeChannel')
|
|
198
|
+
|
|
199
|
+export const API_AGENT_CURRENT = resolvePath('user/current')
|
|
200
|
+
|
|
201
|
+export const API_EDIT_AGENT = resolvePath('editPerson')
|
|
202
|
+
|
|
203
|
+// 活动列表-新
|
|
204
|
+export const API_ACTNEW_LIST = resolvePath('activity/list')
|
|
205
|
+
|
|
206
|
+// 助力
|
|
207
|
+export const API_HELP_DETAIL = resolvePath('helpActivity')
|
|
208
|
+export const API_HELP_CREATE = resolvePath('helpInitiateRecord')
|
|
209
|
+export const API_HELP_FRIEND = resolvePath('helpRecord')
|
|
210
|
+
|
|
211
|
+//签到
|
|
212
|
+export const API_CHECKIN_DETAILS = resolvePath('buildingDynamiceEnlistInfo')
|
|
213
|
+export const API_CHECKIN_ACTIVE = resolvePath('buildingDynamicCheckin')
|
|
214
|
+
|
|
215
|
+// 拼团
|
|
216
|
+export const API_GROUP_DETAIL = resolvePath('taShareActivity')
|
|
217
|
+export const API_GROUP_CREATE = resolvePath('taShareRecord')
|
|
218
|
+export const API_GROUP_JOIN = resolvePath('taShareChildRecord')
|
|
219
|
+
|
|
220
|
+//person
|
|
221
|
+export const API_MY_CUSTOMER = resolvePath('inventory/customer/statistics')
|
|
222
|
+export const API_CUSTOMER_LIST = resolvePath('inventory/customer/statistics')
|
|
223
|
+export const API_CUSTOMER_DETAIL = resolvePath('inventory/customer')
|
|
224
|
+export const API_VISIT_RECORD = resolvePath('taPersonVisitRecord')
|
|
225
|
+export const API_ACTIVITY_LIST_CUSTOMER = resolvePath('customer/activity/list')
|
|
226
|
+export const API_FOLLOW_LIST = resolvePath('taCustomerFollowUpRecord')
|
|
227
|
+export const API_SEX_INFO = resolvePath('genderStatistic')
|
|
228
|
+export const API_ECHERTS_DAILY = resolvePath('customerStatisticDaily')
|
|
229
|
+export const API_ECHERTS_MONTH = resolvePath('customerStatisticMonthly')
|
|
230
|
+export const API_BUILDING_TYPE = resolvePath('getByBuildingIdSelectBuildingProjectType')
|
|
231
|
+export const API_CONSULTANT_VISIT_RECORD = resolvePath('activityVisitRecord')
|
|
232
|
+export const API_MORE_ACTIVITY = resolvePath('visitRecord/activity')
|
|
233
|
+export const API_SHARE_LIST = resolvePath('shareRecords')
|
|
234
|
+export const API_SHARE_INFOLIST = resolvePath('sharePersonInfoList')
|
|
235
|
+export const API_BIND_CUSTOMER = resolvePath('judgeBindCustomer')
|
|
236
|
+// 消息模板
|
|
237
|
+export const API_TEMPLATE_TYPE = resolvePath('template/of/')
|