Enum Class WeChatEnums

java.lang.Object
java.lang.Enum<WeChatEnums>
com.cdkjframework.enums.pay.WeChatEnums
所有已实现的接口:
InterfaceEnum, Serializable, Comparable<WeChatEnums>, Constable

public enum WeChatEnums extends Enum<WeChatEnums> implements InterfaceEnum
  • 枚举常量详细资料

    • INVALID_REQUEST

      public static final WeChatEnums INVALID_REQUEST
      参数错误
    • NOAUTH

      public static final WeChatEnums NOAUTH
      商户无此接口权限
    • NOTENOUGH

      public static final WeChatEnums NOTENOUGH
      余额不足
    • ORDERPAID

      public static final WeChatEnums ORDERPAID
      商户订单已支付
    • ORDERCLOSED

      public static final WeChatEnums ORDERCLOSED
      订单已关闭
    • SYSTEMERROR

      public static final WeChatEnums SYSTEMERROR
      系统错误
    • APPID_NOT_EXIST

      public static final WeChatEnums APPID_NOT_EXIST
      商户APPID不存在
    • MCHID_NOT_EXIST

      public static final WeChatEnums MCHID_NOT_EXIST
      商户号不存在
    • APPID_MCHID_NOT_MATCH

      public static final WeChatEnums APPID_MCHID_NOT_MATCH
      appid和mch_id不匹配
    • LACK_PARAMS

      public static final WeChatEnums LACK_PARAMS
      缺少参数
    • OUT_TRADE_NO_USED

      public static final WeChatEnums OUT_TRADE_NO_USED
      商户订单号重复
    • SIGNERROR

      public static final WeChatEnums SIGNERROR
      签名错误
    • XML_FORMAT_ERROR

      public static final WeChatEnums XML_FORMAT_ERROR
      XML格式错误
    • REQUIRE_POST_METHOD

      public static final WeChatEnums REQUIRE_POST_METHOD
      请使用post方法
    • POST_DATA_EMPTY

      public static final WeChatEnums POST_DATA_EMPTY
      post数据为空
    • NOT_UTF8

      public static final WeChatEnums NOT_UTF8
      编码格式错误
  • 方法详细资料

    • values

      public static WeChatEnums[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      返回:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static WeChatEnums valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      参数:
      name - 要返回的枚举常量的名称。
      返回:
      返回带有指定名称的枚举常量
      抛出:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - 如果参数为空值
    • getValue

      public String getValue()
      获取值
      指定者:
      getValue 在接口中 InterfaceEnum
      返回:
      返回值
    • getText

      public String getText()
      获取描述
      指定者:
      getText 在接口中 InterfaceEnum
      返回:
      返描述
    • getNode

      public String getNode()
      获取下节点值
      指定者:
      getNode 在接口中 InterfaceEnum
      返回:
      返下节点值