heyang 3 anos atrás
pai
commit
dc19e4fd4a
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3 3
      microserviceUserH5/vcloud/invite2.html

+ 3 - 3
microserviceUserH5/vcloud/invite2.html

@@ -103,7 +103,7 @@
 			}
 			}
 		}
 		}
 		$.ajax({
 		$.ajax({
-			url: baseUrl + '/api/user/v3/invitation/client/getInvitationInfo',
+			url: baseUrl + '/api/activity/v3/invitation/getInvitationInfo',
 			type: 'get',
 			type: 'get',
 			headers: {
 			headers: {
 				'Authorization': id  //id
 				'Authorization': id  //id
@@ -254,7 +254,7 @@
 		// 查询季度排行榜
 		// 查询季度排行榜
 		function getInvitationRankList() {
 		function getInvitationRankList() {
 			$.ajax({
 			$.ajax({
-				url: baseUrl + '/api/user/v3/invitation/getInvitationRankList',
+				url: baseUrl + '/api/activity/v3/invitation/getInvitationRankList',
 				type: 'get',
 				type: 'get',
 				headers: {
 				headers: {
 					'Authorization': id  //id
 					'Authorization': id  //id
@@ -306,7 +306,7 @@
 		// 查询最新获得奖励
 		// 查询最新获得奖励
 		function getInvitationRecently() {
 		function getInvitationRecently() {
 			$.ajax({
 			$.ajax({
-				url: baseUrl + '/api/user/v3/invitation/getInvitationRecently',
+				url: baseUrl + '/api/activity/v3/invitation/getInvitationRecently',
 				type: 'get',
 				type: 'get',
 				headers: {
 				headers: {
 					'Authorization': id  //id
 					'Authorization': id  //id