Commit f6261a22 by 周晓航

Merge branch 'feature/v1.0.14' into qa

parents dbd9bbb1 f9b84eba
...@@ -38,6 +38,6 @@ public class AgentPayRefundResp { ...@@ -38,6 +38,6 @@ public class AgentPayRefundResp {
} }
public boolean isOk() { public boolean isOk() {
return Objects.equals(code, 100); return Objects.equals(code, 200);
} }
} }
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