Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
redkale committed Jan 24, 2020
1 parent dcfa475 commit 02b9548
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/org/redkalex/pay/PayRetCodes.java
Expand Up @@ -40,6 +40,9 @@ protected PayRetCodes() {
@RetLabel("不支持的支付类型")
public static final int RETPAY_PAY_TYPEILLEGAL = 20010006;

@RetLabel("支付超时")
public static final int RETPAY_PAY_EXPIRED = 20010007;

@RetLabel("交易签名被篡改")
public static final int RETPAY_FALSIFY_ERROR = 20010011;

Expand Down

0 comments on commit 02b9548

Please sign in to comment.