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