Showing
1 changed file
with
1 additions
and
1 deletions
@@ -97,7 +97,7 @@ public class ActivateUnionRest { | @@ -97,7 +97,7 @@ public class ActivateUnionRest { | ||
97 | 97 | ||
98 | if (!ClientTypeEnum.ANDROID.getName().equalsIgnoreCase(clientType) && !ClientTypeEnum.IOS.getName().equalsIgnoreCase(clientType)) { | 98 | if (!ClientTypeEnum.ANDROID.getName().equalsIgnoreCase(clientType) && !ClientTypeEnum.IOS.getName().equalsIgnoreCase(clientType)) { |
99 | log.warn("activateUnion error with param is {}", vo); | 99 | log.warn("activateUnion error with param is {}", vo); |
100 | - return new UnionResponse(600, "error"); | 100 | + return new UnionResponse(600, "error",new JSONObject()); |
101 | } | 101 | } |
102 | //IP取出来的有可能是42.239.40.36,123.151.42.50,只取第一个 | 102 | //IP取出来的有可能是42.239.40.36,123.151.42.50,只取第一个 |
103 | String IP = RemoteIPInterceptor.getRemoteIP(); | 103 | String IP = RemoteIPInterceptor.getRemoteIP(); |
-
Please register or login to post a comment