base模块转移到到pay的相关类添加过期的注解

This commit is contained in:
Kit 2019-09-17 15:17:47 +08:00
parent ef3b50a19f
commit 01c8bc0e03
75 changed files with 145 additions and 1 deletions

View File

@ -45,7 +45,9 @@ import com.foxinmy.weixin4j.xml.XmlStream;
* @see <a href= * @see <a href=
* "https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay.php?chapter=14_1"> * "https://pay.weixin.qq.com/wiki/doc/api/tools/mch_pay.php?chapter=14_1">
* 企业付款</a> * 企业付款</a>
* @deprecated 商户平台API迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class CashApi extends MchApi { public class CashApi extends MchApi {
public CashApi(WeixinPayAccount weixinAccount) { public CashApi(WeixinPayAccount weixinAccount) {
@ -92,7 +94,7 @@ public class CashApi extends MchApi {
/** /**
* 批量发放红包 企业向微信用户个人发现金红包 * 批量发放红包 企业向微信用户个人发现金红包
* *
* @param redpacket * @param redpackets
* 多个红包信息 * 多个红包信息
* @return 发放结果 * @return 发放结果
* @see #sendRedpacks(Redpacket...) * @see #sendRedpacks(Redpacket...)

View File

@ -21,7 +21,9 @@ import com.foxinmy.weixin4j.xml.XmlStream;
* @since JDK 1.6 * @since JDK 1.6
* @see <a href= * @see <a href=
* "https://pay.weixin.qq.com/wiki/doc/api/tools/sp_coupon.php?chapter=12_1">代金券</a> * "https://pay.weixin.qq.com/wiki/doc/api/tools/sp_coupon.php?chapter=12_1">代金券</a>
* @deprecated 商户平台API迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class CouponApi extends MchApi { public class CouponApi extends MchApi {
public CouponApi(WeixinPayAccount weixinAccount) { public CouponApi(WeixinPayAccount weixinAccount) {

View File

@ -22,7 +22,9 @@ import com.foxinmy.weixin4j.xml.XmlStream;
* @date 2016年3月67日 * @date 2016年3月67日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 商户平台API迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class CustomsApi extends MchApi { public class CustomsApi extends MchApi {
public CustomsApi(WeixinPayAccount weixinAccount) { public CustomsApi(WeixinPayAccount weixinAccount) {

View File

@ -27,7 +27,9 @@ import com.foxinmy.weixin4j.util.Weixin4jConfigUtil;
* @date 2016年3月26日 * @date 2016年3月26日
* @since JDK 1.6 * @since JDK 1.6
* @see <a href="https://pay.weixin.qq.com/wiki/doc/api/index.html">商户支付平台</a> * @see <a href="https://pay.weixin.qq.com/wiki/doc/api/index.html">商户支付平台</a>
* @deprecated 商户平台API迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class MchApi extends BaseApi { public class MchApi extends BaseApi {
private final static ResourceBundle WEIXIN_BUNDLE; private final static ResourceBundle WEIXIN_BUNDLE;

View File

@ -60,7 +60,9 @@ import com.foxinmy.weixin4j.xml.XmlStream;
* @author jinyu(foxinmy@gmail.com) * @author jinyu(foxinmy@gmail.com)
* @date 2014年10月28日 * @date 2014年10月28日
* @since JDK 1.6 * @since JDK 1.6
* @deprecated 商户平台API迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class PayApi extends MchApi { public class PayApi extends MchApi {
public PayApi(WeixinPayAccount weixinAccount) { public PayApi(WeixinPayAccount weixinAccount) {

View File

@ -12,7 +12,9 @@ import com.foxinmy.weixin4j.util.StringUtil;
* @date 2015年6月26日 * @date 2015年6月26日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 支付相关的类现已迁移到weixin4j-pay子模块
*/ */
@Deprecated
public class WeixinPayAccount extends WeixinAccount { public class WeixinPayAccount extends WeixinAccount {
private static final long serialVersionUID = -2791256176906048632L; private static final long serialVersionUID = -2791256176906048632L;

View File

@ -15,7 +15,9 @@ import com.alibaba.fastjson.annotation.JSONField;
* @date 2014年8月19日 * @date 2014年8月19日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class JsPayNotify extends PayBaseInfo { public class JsPayNotify extends PayBaseInfo {

View File

@ -19,7 +19,9 @@ import com.foxinmy.weixin4j.type.SignType;
* @date 2014年11月5日 * @date 2014年11月5日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class PayBaseInfo implements Serializable { public class PayBaseInfo implements Serializable {

View File

@ -18,7 +18,9 @@ import com.foxinmy.weixin4j.util.DateUtil;
* @author jinyu(foxinmy@gmail.com) * @author jinyu(foxinmy@gmail.com)
* @date 2014年12月18日 * @date 2014年12月18日
* @since JDK 1.6 * @since JDK 1.6
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class PayPackage extends MerchantResult { public class PayPackage extends MerchantResult {

View File

@ -10,6 +10,7 @@ import com.alibaba.fastjson.annotation.JSONField;
import com.foxinmy.weixin4j.util.DateUtil; import com.foxinmy.weixin4j.util.DateUtil;
import com.foxinmy.weixin4j.util.RandomUtil; import com.foxinmy.weixin4j.util.RandomUtil;
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class PayRequest extends PayBaseInfo { public class PayRequest extends PayBaseInfo {

View File

@ -56,7 +56,9 @@ import com.foxinmy.weixin4j.util.Weixin4jConfigUtil;
* @date 2015年1月3日 * @date 2015年1月3日
* @since JDK 1.6 * @since JDK 1.6
* @see <a href="http://pay.weixin.qq.com/wiki/doc/api/index.html">商户平台支付API</a> * @see <a href="http://pay.weixin.qq.com/wiki/doc/api/index.html">商户平台支付API</a>
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class WeixinPayProxy { public class WeixinPayProxy {
/** /**

View File

@ -22,7 +22,9 @@ import com.foxinmy.weixin4j.util.DateUtil;
* @date 2015年3月27日 * @date 2015年3月27日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class CouponDetail extends MerchantResult { public class CouponDetail extends MerchantResult {

View File

@ -16,7 +16,9 @@ import com.foxinmy.weixin4j.payment.mch.MerchantResult;
* @date 2015年3月25日 * @date 2015年3月25日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class CouponResult extends MerchantResult { public class CouponResult extends MerchantResult {

View File

@ -21,7 +21,9 @@ import com.foxinmy.weixin4j.util.DateUtil;
* @date 2015年3月27日 * @date 2015年3月27日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class CouponStock extends MerchantResult { public class CouponStock extends MerchantResult {

View File

@ -18,7 +18,9 @@ import com.foxinmy.weixin4j.type.mch.CouponType;
* @date 2015年3月24日 * @date 2015年3月24日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class OrderCouponInfo implements Serializable { public class OrderCouponInfo implements Serializable {

View File

@ -17,7 +17,9 @@ import com.alibaba.fastjson.annotation.JSONField;
* @date 2015年3月24日 * @date 2015年3月24日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class RefundCouponInfo implements Serializable { public class RefundCouponInfo implements Serializable {

View File

@ -21,7 +21,9 @@ import com.foxinmy.weixin4j.util.MapUtil;
* @see com.foxinmy.weixin4j.payment.PayRequest * @see com.foxinmy.weixin4j.payment.PayRequest
* @see <a href= * @see <a href=
* "https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=8_1">APP支付</a> * "https://pay.weixin.qq.com/wiki/doc/api/app/app.php?chapter=8_1">APP支付</a>
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class APPPayRequest extends AbstractPayRequest { public class APPPayRequest extends AbstractPayRequest {
public APPPayRequest(String prePayId, WeixinPayAccount payAccount) { public APPPayRequest(String prePayId, WeixinPayAccount payAccount) {
super(prePayId, payAccount); super(prePayId, payAccount);

View File

@ -4,6 +4,7 @@ import com.foxinmy.weixin4j.model.WeixinPayAccount;
import com.foxinmy.weixin4j.sign.WeixinPaymentSignature; import com.foxinmy.weixin4j.sign.WeixinPaymentSignature;
import com.foxinmy.weixin4j.sign.WeixinSignature; import com.foxinmy.weixin4j.sign.WeixinSignature;
@Deprecated
public abstract class AbstractPayRequest implements MchPayRequest { public abstract class AbstractPayRequest implements MchPayRequest {
private final String prePayId; private final String prePayId;

View File

@ -17,7 +17,9 @@ import com.foxinmy.weixin4j.util.DateUtil;
* @date 2015年4月1日 * @date 2015年4月1日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class CorpPayment extends MerchantResult { public class CorpPayment extends MerchantResult {

View File

@ -19,7 +19,9 @@ import com.foxinmy.weixin4j.util.DateUtil;
* @date 2015年6月23日 * @date 2015年6月23日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class CorpPaymentRecord extends MerchantResult { public class CorpPaymentRecord extends MerchantResult {

View File

@ -18,7 +18,9 @@ import com.foxinmy.weixin4j.util.DateUtil;
* @date 2015年4月1日 * @date 2015年4月1日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class CorpPaymentResult extends MerchantResult { public class CorpPaymentResult extends MerchantResult {

View File

@ -15,7 +15,9 @@ import com.foxinmy.weixin4j.type.CustomsCity;
* @date 2016年3月27日 * @date 2016年3月27日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class CustomsOrder extends MerchantResult { public class CustomsOrder extends MerchantResult {
private static final long serialVersionUID = 799510373861612386L; private static final long serialVersionUID = 799510373861612386L;

View File

@ -15,7 +15,9 @@ import com.foxinmy.weixin4j.xml.ListsuffixResult;
* @date 2016年3月27日 * @date 2016年3月27日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class CustomsOrderRecord extends MerchantResult { public class CustomsOrderRecord extends MerchantResult {
private static final long serialVersionUID = -1675090110657154049L; private static final long serialVersionUID = -1675090110657154049L;

View File

@ -16,7 +16,9 @@ import com.foxinmy.weixin4j.util.DateUtil;
* @date 2016年3月27日 * @date 2016年3月27日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class CustomsOrderResult extends MerchantResult { public class CustomsOrderResult extends MerchantResult {
private static final long serialVersionUID = 799510373861612386L; private static final long serialVersionUID = 799510373861612386L;

View File

@ -22,7 +22,9 @@ import com.foxinmy.weixin4j.type.TradeType;
* @see com.foxinmy.weixin4j.payment.PayRequest * @see com.foxinmy.weixin4j.payment.PayRequest
* @see <a * @see <a
* href="https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=7_1">网页端调起支付API</a> * href="https://pay.weixin.qq.com/wiki/doc/api/jsapi.php?chapter=7_1">网页端调起支付API</a>
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class JSAPIPayRequest extends AbstractPayRequest { public class JSAPIPayRequest extends AbstractPayRequest {
public JSAPIPayRequest(String prePayId, WeixinPayAccount payAccount) { public JSAPIPayRequest(String prePayId, WeixinPayAccount payAccount) {

View File

@ -18,7 +18,9 @@ import com.foxinmy.weixin4j.type.TradeType;
* @see com.foxinmy.weixin4j.payment.PayRequest * @see com.foxinmy.weixin4j.payment.PayRequest
* @see <a * @see <a
* href="https://pay.weixin.qq.com/wiki/doc/api/micropay.php?chapter=5_1">刷卡支付</a> * href="https://pay.weixin.qq.com/wiki/doc/api/micropay.php?chapter=5_1">刷卡支付</a>
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class MICROPayRequest extends Order implements MchPayRequest { public class MICROPayRequest extends Order implements MchPayRequest {
private static final long serialVersionUID = 6147576305404111278L; private static final long serialVersionUID = 6147576305404111278L;

View File

@ -20,7 +20,9 @@ import com.foxinmy.weixin4j.type.TradeType;
* @date 2014年10月21日 * @date 2014年10月21日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class MchPayPackage extends PayPackage { public class MchPayPackage extends PayPackage {

View File

@ -16,7 +16,9 @@ import com.foxinmy.weixin4j.type.TradeType;
* @see MICROPayRequest 刷卡支付 * @see MICROPayRequest 刷卡支付
* @see APPPayRequest APP支付 * @see APPPayRequest APP支付
* @see WAPPayRequest WAP支付 * @see WAPPayRequest WAP支付
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public interface MchPayRequest { public interface MchPayRequest {
/** /**
* 预支付交易ID * 预支付交易ID

View File

@ -17,7 +17,9 @@ import com.foxinmy.weixin4j.type.SignType;
* @date 2014年10月21日 * @date 2014年10月21日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class MerchantResult extends XmlResult { public class MerchantResult extends XmlResult {

View File

@ -13,7 +13,9 @@ import com.foxinmy.weixin4j.type.CurrencyType;
* @date 2016年7月21日 * @date 2016年7月21日
* @since JDK 1.7 * @since JDK 1.7
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class MerchantTradeResult extends MerchantResult { public class MerchantTradeResult extends MerchantResult {
private static final long serialVersionUID = 4205906286092873877L; private static final long serialVersionUID = 4205906286092873877L;

View File

@ -15,7 +15,9 @@ import com.foxinmy.weixin4j.type.TradeType;
* @see com.foxinmy.weixin4j.payment.PayRequest * @see com.foxinmy.weixin4j.payment.PayRequest
* @see <a * @see <a
* href="https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=6_1">NATIVE扫码支付(模式二)</a> * href="https://pay.weixin.qq.com/wiki/doc/api/native.php?chapter=6_1">NATIVE扫码支付(模式二)</a>
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class NATIVEPayRequest extends AbstractPayRequest { public class NATIVEPayRequest extends AbstractPayRequest {
private final String codeUrl; private final String codeUrl;

View File

@ -15,7 +15,9 @@ import com.alibaba.fastjson.annotation.JSONField;
* @date 2014年10月30日 * @date 2014年10月30日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class NativePayNotify extends OpenIdResult { public class NativePayNotify extends OpenIdResult {

View File

@ -19,7 +19,9 @@ import com.foxinmy.weixin4j.util.RandomUtil;
* @date 2014年10月28日 * @date 2014年10月28日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class NativePayResponse extends MerchantResult { public class NativePayResponse extends MerchantResult {

View File

@ -15,7 +15,9 @@ import com.alibaba.fastjson.annotation.JSONField;
* @date 2015年7月23日 * @date 2015年7月23日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class OpenIdResult extends MerchantResult { public class OpenIdResult extends MerchantResult {

View File

@ -25,7 +25,9 @@ import com.foxinmy.weixin4j.xml.ListsuffixResult;
* @date 2014年11月2日 * @date 2014年11月2日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class Order extends MerchantTradeResult { public class Order extends MerchantTradeResult {

View File

@ -16,7 +16,9 @@ import com.foxinmy.weixin4j.type.TradeType;
* @date 2014年10月21日 * @date 2014年10月21日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class PrePay extends MerchantResult { public class PrePay extends MerchantResult {

View File

@ -20,7 +20,9 @@ import com.foxinmy.weixin4j.util.DateUtil;
* href="https://pay.weixin.qq.com/wiki/doc/api/tools/cash_coupon.php?chapter=13_1">普通红包</a> * href="https://pay.weixin.qq.com/wiki/doc/api/tools/cash_coupon.php?chapter=13_1">普通红包</a>
* @see <a * @see <a
* href="https://pay.weixin.qq.com/wiki/doc/api/tools/cash_coupon.php?chapter=16_1">裂变红包</a> * href="https://pay.weixin.qq.com/wiki/doc/api/tools/cash_coupon.php?chapter=16_1">裂变红包</a>
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class Redpacket extends MerchantResult { public class Redpacket extends MerchantResult {

View File

@ -25,7 +25,9 @@ import com.foxinmy.weixin4j.util.DateUtil;
* @date 2015年6月4日 * @date 2015年6月4日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class RedpacketRecord extends XmlResult { public class RedpacketRecord extends XmlResult {

View File

@ -17,7 +17,9 @@ import com.foxinmy.weixin4j.util.MapUtil;
* @date 2017年1月4日 * @date 2017年1月4日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class RedpacketRisk { public class RedpacketRisk {
private Map<String, String> risk; private Map<String, String> risk;

View File

@ -18,7 +18,9 @@ import com.foxinmy.weixin4j.util.DateUtil;
* @date 2015年4月1日 * @date 2015年4月1日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class RedpacketSendResult extends MerchantResult { public class RedpacketSendResult extends MerchantResult {

View File

@ -24,7 +24,9 @@ import com.foxinmy.weixin4j.xml.ListsuffixResult;
* @author jinyu(foxinmy@gmail.com) * @author jinyu(foxinmy@gmail.com)
* @date 2016年7月21日 * @date 2016年7月21日
* @since JDK 1.6 * @since JDK 1.6
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class RefundDetail implements Serializable { public class RefundDetail implements Serializable {

View File

@ -17,7 +17,9 @@ import com.foxinmy.weixin4j.xml.ListsuffixResult;
* @author jinyu(foxinmy@gmail.com) * @author jinyu(foxinmy@gmail.com)
* @date 2014年11月1日 * @date 2014年11月1日
* @since JDK 1.6 * @since JDK 1.6
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class RefundRecord extends MerchantTradeResult { public class RefundRecord extends MerchantTradeResult {

View File

@ -19,7 +19,9 @@ import com.foxinmy.weixin4j.xml.ListsuffixResult;
* @date 2014年11月6日 * @date 2014年11月6日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class RefundResult extends MerchantTradeResult { public class RefundResult extends MerchantTradeResult {

View File

@ -4,6 +4,7 @@ import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlRootElement;
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class SceneInfoApp { public class SceneInfoApp {

View File

@ -7,6 +7,7 @@ import javax.xml.bind.annotation.XmlRootElement;
import com.alibaba.fastjson.annotation.JSONField; import com.alibaba.fastjson.annotation.JSONField;
@Deprecated
@XmlRootElement @XmlRootElement
@XmlAccessorType(XmlAccessType.FIELD) @XmlAccessorType(XmlAccessType.FIELD)
public class SceneInfoStore { public class SceneInfoStore {

View File

@ -17,6 +17,7 @@ import com.foxinmy.weixin4j.util.DateUtil;
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
*/ */
@Deprecated
public class SettlementRecord extends MerchantResult { public class SettlementRecord extends MerchantResult {
private static final long serialVersionUID = 7952659545609519979L; private static final long serialVersionUID = 7952659545609519979L;

View File

@ -16,6 +16,7 @@ import com.foxinmy.weixin4j.type.TradeType;
* @see <a * @see <a
* href="https://pay.weixin.qq.com/wiki/doc/api/wap.php?chapter=15_1">WAP支付</a> * href="https://pay.weixin.qq.com/wiki/doc/api/wap.php?chapter=15_1">WAP支付</a>
*/ */
@Deprecated
public class WAPPayRequest extends AbstractPayRequest { public class WAPPayRequest extends AbstractPayRequest {
/** /**
* 微信支付URL * 微信支付URL

View File

@ -10,7 +10,9 @@ import com.foxinmy.weixin4j.util.MapUtil;
* @date 2016年3月26日 * @date 2016年3月26日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public abstract class AbstractWeixinSignature implements WeixinSignature { public abstract class AbstractWeixinSignature implements WeixinSignature {
/** /**
* 是否编码 * 是否编码

View File

@ -12,7 +12,9 @@ import com.foxinmy.weixin4j.util.DigestUtil;
* @since JDK 1.6 * @since JDK 1.6
* @see <a * @see <a
* href="https://pay.weixin.qq.com/wiki/doc/api/external/jsapi.php?chapter=4_3">支付签名说明</a> * href="https://pay.weixin.qq.com/wiki/doc/api/external/jsapi.php?chapter=4_3">支付签名说明</a>
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class WeixinPaymentSignature extends AbstractWeixinSignature { public class WeixinPaymentSignature extends AbstractWeixinSignature {
/** /**
* 支付密钥 * 支付密钥

View File

@ -10,7 +10,9 @@ import com.foxinmy.weixin4j.type.SignType;
* @date 2016年3月26日 * @date 2016年3月26日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public interface WeixinSignature { public interface WeixinSignature {
/** /**
* 是否编码 * 是否编码

View File

@ -9,7 +9,9 @@ package com.foxinmy.weixin4j.type;
* @date 2015年8月19日 * @date 2015年8月19日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum BankType { public enum BankType {
/** /**
* 工商银行借记卡 * 工商银行借记卡

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type;
* @date 2016年3月27日 * @date 2016年3月27日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum CredentialType { public enum CredentialType {
IDCARD("身份证"); IDCARD("身份证");
CredentialType(String name) { CredentialType(String name) {

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type;
* @date 2014年11月2日 * @date 2014年11月2日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum CurrencyType { public enum CurrencyType {
CNY("人民币"), HKD("港元"), TWD("台币"), EUR("欧元"), USD("美元"), GBP("英镑"), JPY("日元"), CAD( CNY("人民币"), HKD("港元"), TWD("台币"), EUR("欧元"), USD("美元"), GBP("英镑"), JPY("日元"), CAD(
"加拿大元"), AUD("澳大利亚元"), NZD("新西兰元"), KRW("韩元"), THB("泰铢"); "加拿大元"), AUD("澳大利亚元"), NZD("新西兰元"), KRW("韩元"), THB("泰铢");

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type;
* @date 2016年3月27日 * @date 2016年3月27日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum CustomsCity { public enum CustomsCity {
NO("无需上报海关"), GUANGZHOU("广州"), HANGZHOU("杭州"), NINGBO("宁波"), ZHENGZHOU_BS( NO("无需上报海关"), GUANGZHOU("广州"), HANGZHOU("杭州"), NINGBO("宁波"), ZHENGZHOU_BS(
"郑州(保税物流中心)"), CHONGQING("重庆"), XIAN("西安"), SHANGHAI("上海"), ZHENGZHOU_ZH( "郑州(保税物流中心)"), CHONGQING("重庆"), XIAN("西安"), SHANGHAI("上海"), ZHENGZHOU_ZH(

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type;
* @date 2016年3月27日 * @date 2016年3月27日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum CustomsSatus { public enum CustomsSatus {
UNDECLARED("未申报"), SUBMITTED("申报已提交"), PROCESSING("申报中"), SUCCESS("申报成功"), FAIL( UNDECLARED("未申报"), SUBMITTED("申报已提交"), PROCESSING("申报中"), SUCCESS("申报成功"), FAIL(
"申报失败"), EXCEPT("海关接口异常"); "申报失败"), EXCEPT("海关接口异常");

View File

@ -10,7 +10,9 @@ import java.io.Serializable;
* @date 2014年11月1日 * @date 2014年11月1日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public class IdQuery implements Serializable { public class IdQuery implements Serializable {
private static final long serialVersionUID = -5273675987521807370L; private static final long serialVersionUID = -5273675987521807370L;

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type;
* @date 2014年11月1日 * @date 2014年11月1日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum IdType { public enum IdType {
/** /**
* 微信退款单号 * 微信退款单号

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type;
* @date 2014年11月5日 * @date 2014年11月5日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum SignType { public enum SignType {
SHA1, MD5, HMAC$SHA256 SHA1, MD5, HMAC$SHA256
} }

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type;
* @date 2016年12月21日 * @date 2016年12月21日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum TarType { public enum TarType {
GZIP GZIP
} }

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type;
* @date 2014年11月2日 * @date 2014年11月2日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum TradeState { public enum TradeState {
/** /**
* 支付成功 * 支付成功

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type;
* @date 2014年10月21日 * @date 2014年10月21日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到weixin4j-pay子模块
*/ */
@Deprecated
public enum TradeType { public enum TradeType {
/** /**
* JS支付 * JS支付

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type.mch;
* @date 2014年10月31日 * @date 2014年10月31日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum BillType { public enum BillType {
/** /**
* 全部 * 全部

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type.mch;
* @date 2015年4月1日 * @date 2015年4月1日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum CorpPaymentCheckNameType { public enum CorpPaymentCheckNameType {
/** /**
* 不校验真实姓名 * 不校验真实姓名

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type.mch;
* @date 2015年3月27日 * @date 2015年3月27日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum CouponStatus { public enum CouponStatus {
/** /**
* 已激活 * 已激活

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type.mch;
* @date 2015年3月27日 * @date 2015年3月27日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum CouponStockStatus { public enum CouponStockStatus {
/** /**
* 未激活 * 未激活

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type.mch;
* @date 2015年3月27日 * @date 2015年3月27日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum CouponStockType { public enum CouponStockType {
/** /**
* 批量型 * 批量型

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type.mch;
* @date 2015年3月27日 * @date 2015年3月27日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum CouponType { public enum CouponType {
/** /**
* 使用无门槛 * 使用无门槛

View File

@ -7,7 +7,9 @@ package com.foxinmy.weixin4j.type.mch;
* @author jinyu(foxinmy@gmail.com) * @author jinyu(foxinmy@gmail.com)
* @date 2017年1月4日 * @date 2017年1月4日
* @since JDK 1.6 * @since JDK 1.6
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum RedpacketSceneType { public enum RedpacketSceneType {
/** /**
* 商品促销 * 商品促销

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type.mch;
* @date 2015年6月4日 * @date 2015年6月4日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum RedpacketSendType { public enum RedpacketSendType {
/** /**
* 通过API接口发放 * 通过API接口发放

View File

@ -7,7 +7,9 @@ package com.foxinmy.weixin4j.type.mch;
* @date 2015年6月4日 * @date 2015年6月4日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum RedpacketStatus { public enum RedpacketStatus {
/** /**
* 发放中 * 发放中

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type.mch;
* @date 2015年6月4日 * @date 2015年6月4日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum RedpacketType { public enum RedpacketType {
/** /**
* 裂变红包 * 裂变红包

View File

@ -5,7 +5,9 @@ package com.foxinmy.weixin4j.type.mch;
* @className RefundAccountType * @className RefundAccountType
* @author jinyu(foxinmy@gmail.com) * @author jinyu(foxinmy@gmail.com)
* @date 2016年12月12日 * @date 2016年12月12日
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum RefundAccountType { public enum RefundAccountType {
/** /**
* ---未结算资金退款默认使用未结算资金退款 * ---未结算资金退款默认使用未结算资金退款

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type.mch;
* @date 2014年11月6日 * @date 2014年11月6日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum RefundChannel { public enum RefundChannel {
/** /**
* 原路退款 * 原路退款

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type.mch;
* @date 2014年11月2日 * @date 2014年11月2日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum RefundStatus { public enum RefundStatus {
/** /**
* 退款成功 * 退款成功

View File

@ -8,7 +8,9 @@ package com.foxinmy.weixin4j.type.mch;
* @date 2014年12月31日 * @date 2014年12月31日
* @since JDK 1.6 * @since JDK 1.6
* @see * @see
* @deprecated 迁移到子模块weixin4j-pay
*/ */
@Deprecated
public enum RefundType { public enum RefundType {
/** /**
* 1:商户号余额退款; * 1:商户号余额退款;