mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 03:25:12 +08:00
update
This commit is contained in:
@@ -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", "交易失败");
|
||||
|
||||
Reference in New Issue
Block a user