Commit 95f38259 authored by zhouwei's avatar zhouwei

修正翻译时错误判断的逻辑

parent a8d5f6f0
......@@ -292,6 +292,9 @@ public class FailoverGatewayFilterFactory extends AbstractGatewayFilterFactory<F
Integer status = jsonBody.getInteger("status");
bodyStatus = status +"";
}
if(jsonBody.containsKey("answer")){
success = true;
}
if(jsonBody.containsKey("data")){
JSONObject data = jsonBody.getJSONObject("data");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment