|
@@ -134,7 +134,7 @@
|
|
|
data.username = parameters['userName']
|
|
|
data.captchaVerification = captchaVerification
|
|
|
$.ajax({
|
|
|
- url: baseUrl + '/promote/commitPhone',
|
|
|
+ url: baseUrl + '/api/activity/api/pro/commitPhone',
|
|
|
data: JSON.stringify(data),
|
|
|
type: 'post',
|
|
|
contentType: "application/json",
|
|
@@ -189,7 +189,7 @@
|
|
|
list.push(form)
|
|
|
// 推广页面下载埋点接口
|
|
|
$.ajax({
|
|
|
- url: baseUrl + '/promote/burialSiteLog',
|
|
|
+ url: baseUrl + '/api/activity/user/access/burialSiteLog',
|
|
|
data: JSON.stringify(list),
|
|
|
type: 'post',
|
|
|
contentType: "application/json",
|