This commit is contained in:
2023-06-05 15:23:29 +08:00
parent bfdc6b930e
commit 3677121bd5
2 changed files with 2 additions and 9 deletions

View File

@@ -1,13 +1,5 @@
package com.jsowell.common.enums.weixin;
/**
* 微信支付交易状态
* WeiXinPayTradeStatus<BR>
* 创建人:小威 <BR>
* 时间2015年12月1日-下午4:37:55 <BR>
*
* @version 1.0.0
*/
public enum WeiXinPayTradeStatus {
SUCCESS("SUCCESS", "交易成功"),
FAIL("FAIL", "交易失败");