Commit f9b84eba by 周晓航

代码退款 修改调用校验

parent ddb1a021
...@@ -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