|
@@ -859,6 +859,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
|
|
resp.HasPermission = hasPermission
|
|
resp.HasPermission = hasPermission
|
|
resp.SellerName = sellerName
|
|
resp.SellerName = sellerName
|
|
resp.SellerMobile = sellerMobile
|
|
resp.SellerMobile = sellerMobile
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
if signupType == 1 && user.IsMsgOutboundMobile == 0 {
|
|
if signupType == 1 && user.IsMsgOutboundMobile == 0 {
|
|
@@ -894,7 +895,7 @@ func (this *ActivityCoAntroller) SignupAdd() {
|
|
}
|
|
}
|
|
resp.SignupType = signupType
|
|
resp.SignupType = signupType
|
|
resp.SignupStatus = signupStatus
|
|
resp.SignupStatus = signupStatus
|
|
- resp.HasPermission = hasPermission
|
|
|
|
|
|
+ //resp.HasPermission = hasPermission
|
|
//if signupStatus == "Success" {
|
|
//if signupStatus == "Success" {
|
|
resp.ActivityId = activityId
|
|
resp.ActivityId = activityId
|
|
//}
|
|
//}
|