浏览代码

调整推广活动下载页面

heyang 3 年之前
父节点
当前提交
ea673f5260
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      microserviceUserH5/vcloud/promote.html

+ 2 - 2
microserviceUserH5/vcloud/promote.html

@@ -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",