Commit 84ce8320 authored by terrfly's avatar terrfly
Browse files

更改退款查单接口;

parent 7482fc5c
...@@ -83,17 +83,12 @@ public class QueryRefundOrderRS extends AbstractRS { ...@@ -83,17 +83,12 @@ public class QueryRefundOrderRS extends AbstractRS {
/** /**
* 渠道错误码 * 渠道错误码
*/ */
private String channelErrCode; private String errCode;
/** /**
* 渠道错误描述 * 渠道错误描述
*/ */
private String channelErrMsg; private String errMsg;
/**
* 特定渠道发起时额外参数
*/
private String channelExtra;
/** /**
* 扩展参数 * 扩展参数
......
Supports Markdown
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