File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
weixin-java-pay/src/main/java/com/github/binarywang/wxpay/bean/request Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 21
21
*/
22
22
@ XStreamAlias ("xml" )
23
23
public class WxEntPayQueryRequest extends WxPayBaseRequest {
24
- /**
25
- * <pre>
26
- * 商户号
27
- * mch_id
28
- * 是
29
- * 10000098
30
- * String(32)
31
- * 微信支付分配的商户号
32
- * </pre>
33
- */
34
- @ XStreamAlias ("mchid" )
35
- private String mchId ;
36
-
37
24
/**
38
25
* <pre>
39
26
* 商户订单号
@@ -48,16 +35,6 @@ public class WxEntPayQueryRequest extends WxPayBaseRequest {
48
35
@ XStreamAlias ("partner_trade_no" )
49
36
private String partnerTradeNo ;
50
37
51
- @ Override
52
- public String getMchId () {
53
- return this .mchId ;
54
- }
55
-
56
- @ Override
57
- public void setMchId (String mchId ) {
58
- this .mchId = mchId ;
59
- }
60
-
61
38
public String getPartnerTradeNo () {
62
39
return this .partnerTradeNo ;
63
40
}
You can’t perform that action at this time.
0 commit comments