...
|
...
|
@@ -97,7 +97,7 @@ public class ActivateUnionRest { |
|
|
|
|
|
if (!ClientTypeEnum.ANDROID.getName().equalsIgnoreCase(clientType) && !ClientTypeEnum.IOS.getName().equalsIgnoreCase(clientType)) {
|
|
|
log.warn("activateUnion error with param is {}", vo);
|
|
|
return new UnionResponse(600, "error");
|
|
|
return new UnionResponse(600, "error",new JSONObject());
|
|
|
}
|
|
|
//IP取出来的有可能是42.239.40.36,123.151.42.50,只取第一个
|
|
|
String IP = RemoteIPInterceptor.getRemoteIP();
|
...
|
...
|
|