All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.binarywang.wxpay.bean.applyconfirm.enums.AuthorizeStateEnum Maven / Gradle / Ivy

The newest version!
package com.github.binarywang.wxpay.bean.applyconfirm.enums;


/**
 * 授权状态枚举类
 */
public enum AuthorizeStateEnum {
  /**
   * 未授权
   */
  AUTHORIZE_STATE_UNAUTHORIZED,

  /**
   * 已授权
   */
  AUTHORIZE_STATE_AUTHORIZED,
  ;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy