mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-08-23 21:56:06 +08:00
add ResultCode constant class for wxpay
This commit is contained in:
parent
a088202507
commit
3e75064c51
@ -108,4 +108,19 @@ public class WxPayConstants {
|
||||
*/
|
||||
public static final String NO_CREDIT = "no_credit";
|
||||
}
|
||||
|
||||
/**
|
||||
* 业务结果代码
|
||||
*/
|
||||
public static class ResultCode {
|
||||
/**
|
||||
* 成功
|
||||
*/
|
||||
public static final String SUCCESS = "SUCCESS";
|
||||
|
||||
/**
|
||||
* 失败
|
||||
*/
|
||||
public static final String FAIL = "FAIL";
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user