|
@@ -853,6 +853,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
|
|
|
}
|
|
|
}
|
|
|
resp.HasPermission = hasPermission
|
|
|
+ resp.ActivityId = activityId
|
|
|
resp.OperationMode = "Apply"
|
|
|
resp.PopupMsg = "您暂无权限参加此活动,若想参加可以申请开通对应的试用权限"
|
|
|
br.Ret = 200
|
|
@@ -903,6 +904,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
|
|
|
hasPermission = 3
|
|
|
}
|
|
|
}
|
|
|
+ resp.ActivityId = activityId
|
|
|
resp.HasPermission = hasPermission
|
|
|
resp.OperationMode = "Apply"
|
|
|
resp.PopupMsg = "您暂无权限参加此活动,若想参加可以申请开通对应的试用权限"
|
|
@@ -1479,6 +1481,7 @@ func (this *ActivityCoAntroller) MeetingReminderAdd() {
|
|
|
hasPermission = 3
|
|
|
}
|
|
|
}
|
|
|
+ resp.ActivityId = activityId
|
|
|
resp.HasPermission = hasPermission
|
|
|
resp.OperationMode = "Apply"
|
|
|
resp.PopupMsg = "您暂无权限参加此活动,若想参加可以申请开通对应的试用权限"
|
|
@@ -1534,6 +1537,7 @@ func (this *ActivityCoAntroller) MeetingReminderAdd() {
|
|
|
hasPermission = 3
|
|
|
}
|
|
|
}
|
|
|
+ resp.ActivityId = activityId
|
|
|
resp.HasPermission = hasPermission
|
|
|
resp.OperationMode = "Apply"
|
|
|
resp.PopupMsg = "您暂无权限参加此活动,若想参加可以申请开通对应的试用权限"
|
|
@@ -2829,6 +2833,7 @@ func (this *ActivityCoAntroller) CheckAsk() {
|
|
|
hasPermission = 3
|
|
|
}
|
|
|
}
|
|
|
+ resp.ActivityId = activityId
|
|
|
resp.HasPermission = hasPermission
|
|
|
resp.OperationMode = "Apply"
|
|
|
resp.PopupMsg = "您暂无权限参加此活动,若想参加可以申请开通对应的试用权限"
|
|
@@ -2878,6 +2883,7 @@ func (this *ActivityCoAntroller) CheckAsk() {
|
|
|
hasPermission = 3
|
|
|
}
|
|
|
}
|
|
|
+ resp.ActivityId = activityId
|
|
|
resp.HasPermission = hasPermission
|
|
|
resp.OperationMode = "Apply"
|
|
|
resp.PopupMsg = "您暂无权限参加此活动,若想参加可以申请开通对应的试用权限"
|