修改@author注释为jinyu(foxinmy@gmail.com)

This commit is contained in:
jinyu 2016-05-16 18:31:39 +08:00
parent 1958967057
commit 7be24ab658
405 changed files with 418 additions and 418 deletions

View File

@ -55,7 +55,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.19</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
</dependencies>
</project>

View File

@ -12,7 +12,7 @@ import com.foxinmy.weixin4j.logging.InternalLoggerFactory;
* API基础
*
* @className BaseApi
* @author jy.hu
* @author jinyu(foxinmy@gmail.com)
* @date 2014年9月26日
* @since JDK 1.6
* @see <a href="http://mp.weixin.qq.com/wiki/index.php">微信公众平台API文档</a>

View File

@ -29,7 +29,7 @@ import com.foxinmy.weixin4j.xml.XmlStream;
* 现金API
*
* @className CashApi
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年3月28日
* @since JDK 1.6
* @see <a href=

View File

@ -18,7 +18,7 @@ import com.foxinmy.weixin4j.xml.XmlStream;
* 代金券API
*
* @className CouponApi
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年3月25日
* @since JDK 1.6
* @see <a href="https://pay.weixin.qq.com/wiki/doc/api/tools/sp_coupon.php?chapter=12_1">代金券</a>

View File

@ -18,7 +18,7 @@ import com.foxinmy.weixin4j.xml.XmlStream;
* 报关接口
*
* @className CustomsApi
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2016年3月67日
* @since JDK 1.7
* @see

View File

@ -19,7 +19,7 @@ import com.foxinmy.weixin4j.util.StringUtil;
* 商户支付
*
* @className MchApi
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2016年3月26日
* @since JDK 1.6
* @see <a href="https://pay.weixin.qq.com/wiki/doc/api/index.html">商户支付平台</a>

View File

@ -54,7 +54,7 @@ import com.foxinmy.weixin4j.xml.XmlStream;
* 支付API
*
* @className PayApi
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年10月28日
* @since JDK 1.6
*/

View File

@ -7,7 +7,7 @@ import com.foxinmy.weixin4j.util.WeixinErrorUtil;
* 调用微信接口抛出的异常
*
* @className WeixinException
* @author jy.hu
* @author jinyu(foxinmy@gmail.com)
* @date 2014年4月10日
* @since JDK 1.6
* @see

View File

@ -4,7 +4,7 @@ package com.foxinmy.weixin4j.exception;
* 调用微信支付抛出的异常
*
* @className WeixinPayException
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年10月28日
* @since JDK 1.6
* @see

View File

@ -6,7 +6,7 @@ import java.io.InputStream;
/**
*
* @className AbstractHttpResponse
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年9月7日
* @since JDK 1.6
* @see

View File

@ -12,7 +12,7 @@ import com.foxinmy.weixin4j.model.Consts;
* reference of apache pivot
*
* @className ContentType
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年5月29日
* @since JDK 1.6
* @see

View File

@ -8,7 +8,7 @@ import com.foxinmy.weixin4j.http.entity.HttpEntity;
* HTTP 接口
*
* @className HttpClient
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年5月30日
* @since JDK 1.6
* @see

View File

@ -5,7 +5,7 @@ package com.foxinmy.weixin4j.http;
* server to client.
*
* @className HttpMessage
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年5月29日
* @since JDK 1.6
* @see

View File

@ -4,7 +4,7 @@ package com.foxinmy.weixin4j.http;
* 请求方法
*
* @className HttpMethod
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年5月29日
* @since JDK 1.6
* @see

View File

@ -9,7 +9,7 @@ import javax.net.ssl.SSLContext;
* Http 参数
*
* @className HttpParams
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月13日
* @since JDK 1.6
* @see

View File

@ -8,7 +8,7 @@ import com.foxinmy.weixin4j.http.entity.HttpEntity;
* HTTP 请求
*
* @className HttpRequest
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年5月29日
* @since JDK 1.6
* @see

View File

@ -6,7 +6,7 @@ import java.io.InputStream;
* HTTP 响应
*
* @className HttpResponse
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年5月30日
* @since JDK 1.6
* @see

View File

@ -7,7 +7,7 @@ import java.util.regex.Pattern;
* reference of apache pivot
*
* @className HttpVersion
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年5月29日
* @since JDK 1.6
* @see

View File

@ -24,7 +24,7 @@ import com.foxinmy.weixin4j.util.StringUtil;
* HTTP 简单实现
*
* @className SimpleHttpClient
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年5月29日
* @since JDK 1.6
* @see

View File

@ -10,7 +10,7 @@ import java.util.Map.Entry;
* Simple Response
*
* @className SimpleHttpResponse
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月14日
* @since JDK 1.6
* @see

View File

@ -8,7 +8,7 @@ import com.foxinmy.weixin4j.util.URLEncodingUtil;
* 键值对参数
*
* @className UrlParameter
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年5月29日
* @since JDK 1.6
* @see

View File

@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.http.HttpClientException;
* HttpClient工厂生产类:参考netty的InternalLoggerFactory
*
* @className HttpClientFactory
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月12日
* @since JDK 1.6
* @see

View File

@ -46,7 +46,7 @@ import com.foxinmy.weixin4j.util.StringUtil;
* Apache HttpComponent 3.x
*
* @className HttpComponent3
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月18日
* @since JDK 1.6
* @see

View File

@ -6,7 +6,7 @@ import org.apache.commons.httpclient.HttpClient;
* 使用Apache的HttpClient3.x
*
* @className HttpComponent3Factory
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月12日
* @since JDK 1.6
* @see

View File

@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.http.HttpVersion;
* HttpComponent3 Response
*
* @className HttpComponent3Response
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月17日
* @since JDK 1.6
* @see

View File

@ -37,7 +37,7 @@ import com.foxinmy.weixin4j.util.StringUtil;
* Apache HttpComponents 4.x
*
* @className HttpComponent4
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月18日
* @since JDK 1.6
* @see

View File

@ -8,7 +8,7 @@ import com.foxinmy.weixin4j.http.HttpClient;
* 使用Apache的HttpClient4.x
*
* @className HttpComponent4Factory
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月12日
* @since JDK 1.6
* @see

View File

@ -26,7 +26,7 @@ import com.foxinmy.weixin4j.model.Consts;
* Requires Apache HttpComponents 4.2 or lower
*
* @className HttpComponent4_1
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月18日
* @since JDK 1.6
* @see

View File

@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.http.HttpVersion;
* HttpComponent4 Response:Requires Apache HttpComponents 4.2 or lower
*
* @className HttpComponent4_1Response
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月18日
* @since JDK 1.6
* @see

View File

@ -27,7 +27,7 @@ import com.foxinmy.weixin4j.model.Consts;
* Requires Apache HttpComponents 4.3 or higher
*
* @className HttpComponent4_2
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月18日
* @since JDK 1.6
* @see

View File

@ -17,7 +17,7 @@ import com.foxinmy.weixin4j.http.HttpVersion;
* HttpComponent4 Response:Requires Apache HttpComponents 4.3 or higher
*
* @className HttpComponent4_2Response
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月18日
* @since JDK 1.6
* @see

View File

@ -44,7 +44,7 @@ import com.foxinmy.weixin4j.util.StringUtil;
* Netty 4.x
*
* @className Netty4HttpClient
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月30日
* @since JDK 1.6
* @see

View File

@ -20,7 +20,7 @@ import com.foxinmy.weixin4j.http.HttpClient;
* 使用Netty
*
* @className Netty4HttpClientFactory
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月30日
* @since JDK 1.6
* @see

View File

@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.http.HttpVersion;
* Netty Respone::Requires Netty 4.x or higher
*
* @className Netty4HttpResponse
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月30日
* @since JDK 1.6
* @see

View File

@ -7,7 +7,7 @@ import com.foxinmy.weixin4j.http.SimpleHttpClient;
* HttpURLConnection的简单实现
*
* @className SimpleHttpClientFactory
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月12日
* @since JDK 1.6
* @see com.foxinmy.weixin4j.http.SimpleHttpClient

View File

@ -8,7 +8,7 @@ import com.alibaba.fastjson.annotation.JSONField;
* 调用接口返回JSON格式
*
* @className JsonResult
* @author jy.hu
* @author jinyu(foxinmy@gmail.com)
* @date 2014年9月24日
* @since JDK 1.6
* @see <a

View File

@ -28,7 +28,7 @@ import com.foxinmy.weixin4j.xml.XmlStream;
* 负责微信请求的执行
*
* @className WeixinRequestExecutor
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月15日
* @since JDK 1.6
* @see

View File

@ -13,7 +13,7 @@ import com.foxinmy.weixin4j.model.Consts;
* 微信ssl请求
*
* @className WeixinSSLRequestExecutor
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年8月17日
* @since JDK 1.6
* @see

View File

@ -13,7 +13,7 @@ import com.alibaba.fastjson.annotation.JSONField;
* 调用接口返回xml格式
*
* @className XmlResult
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年11月1日
* @since JDK 1.6
* @see

View File

@ -4,7 +4,7 @@ package com.foxinmy.weixin4j.jssdk;
* JSSDK接口列表
*
* @className JSSDKAPI
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年12月23日
* @since JDK 1.6
* @see <a href=

View File

@ -19,7 +19,7 @@ import com.foxinmy.weixin4j.util.Weixin4jConfigUtil;
* JSSDK配置类
*
* @className JSSDKConfigurator
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年12月23日
* @since JDK 1.6
* @see

View File

@ -16,7 +16,7 @@ import com.foxinmy.weixin4j.type.ButtonType;
* </p>
*
* @className Button
* @author jy.hu
* @author jinyu(foxinmy@gmail.com)
* @date 2014年4月5日
* @since JDK 1.6
* @see com.foxinmy.weixin4j.type.ButtonType

View File

@ -6,7 +6,7 @@ import java.nio.charset.Charset;
* 常量类
*
* @className Consts
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年12月3日
* @since JDK 1.6
* @see

View File

@ -4,7 +4,7 @@ package com.foxinmy.weixin4j.model;
* 用户性别
*
* @className Gender
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年11月5日
* @since JDK 1.6
* @see

View File

@ -8,7 +8,7 @@ import com.alibaba.fastjson.annotation.JSONField;
* 媒体素材总数
*
* @className MediaCounter
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年3月22日
* @since JDK 1.6
* @see

View File

@ -8,7 +8,7 @@ import com.foxinmy.weixin4j.http.ContentType;
* 媒体文件下载结果
*
* @className MediaDownloadResult
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年7月25日
* @since JDK 1.6
* @see

View File

@ -12,7 +12,7 @@ import com.foxinmy.weixin4j.tuple.MpArticle;
* 媒体素材信息
*
* @className MediaItem
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年3月22日
* @since JDK 1.6
* @see

View File

@ -10,7 +10,7 @@ import com.foxinmy.weixin4j.type.MediaType;
* 媒体素材记录
*
* @className MediaRecord
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年3月22日
* @since JDK 1.6
* @see

View File

@ -11,7 +11,7 @@ import java.util.Date;
* 媒体文件上传结果
*
* @className MediaUploadResult
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年7月25日
* @since JDK 1.6
* @see

View File

@ -8,7 +8,7 @@ import com.foxinmy.weixin4j.model.Sort.Direction;
* 分页数据(页码从1开始
*
* @className Pageable
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年12月27日
* @since JDK 1.6
*/

View File

@ -9,7 +9,7 @@ import com.alibaba.fastjson.annotation.JSONField;
* 重复获取将导致上次获取的access_token失效
*
* @className Token
* @author jy.hu
* @author jinyu(foxinmy@gmail.com)
* @date 2014年4月5日
* @since JDK 1.6
* @see <a

View File

@ -9,7 +9,7 @@ import com.alibaba.fastjson.annotation.JSONField;
* 微信账号信息
*
* @className WeixinAccount
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年11月18日
* @since JDK 1.6
* @see

View File

@ -8,7 +8,7 @@ import com.foxinmy.weixin4j.util.StringUtil;
* 微信支付账户
*
* @className WeixinPayAccount
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年6月26日
* @since JDK 1.6
* @see

View File

@ -11,7 +11,7 @@ import com.alibaba.fastjson.annotation.JSONField;
* JSAPI支付回调时的POST信息
*
* @className JsPayNotify
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年8月19日
* @since JDK 1.6
* @see

View File

@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.type.SignType;
* 基本信息
*
* @className PayBaseInfo
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年11月5日
* @since JDK 1.6
* @see

View File

@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.util.DateUtil;
* 订单信息
*
* @className PayPackage
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年12月18日
* @since JDK 1.6
* @see

View File

@ -47,7 +47,7 @@ import com.foxinmy.weixin4j.util.Weixin4jSettings;
* 微信支付接口实现
*
* @className WeixinPayProxy
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年1月3日
* @since JDK 1.6
* @see <a href="http://pay.weixin.qq.com/wiki/doc/api/index.html">商户平台支付API</a>

View File

@ -18,7 +18,7 @@ import com.foxinmy.weixin4j.util.DateUtil;
* 代金券详细
*
* @className CouponDetail
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年3月27日
* @since JDK 1.6
* @see

View File

@ -13,7 +13,7 @@ import com.alibaba.fastjson.annotation.JSONField;
* 代金券信息(订单,退款中体现)
*
* @className CouponInfo
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年3月24日
* @since JDK 1.6
* @see

View File

@ -12,7 +12,7 @@ import com.foxinmy.weixin4j.payment.mch.MerchantResult;
* 代金券发放结果
*
* @className CouponResult
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年3月25日
* @since JDK 1.6
* @see

View File

@ -17,7 +17,7 @@ import com.foxinmy.weixin4j.util.DateUtil;
* 代金券信息
*
* @className CouponStock
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年3月27日
* @since JDK 1.6
* @see

View File

@ -10,7 +10,7 @@ import com.foxinmy.weixin4j.util.MapUtil;
* APP支付
*
* @className APPPayRequest
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年12月25日
* @since JDK 1.6
* @see com.foxinmy.weixin4j.payment.mch.PrePay

View File

@ -13,7 +13,7 @@ import com.foxinmy.weixin4j.util.DateUtil;
* 企业付款
*
* @className CorpPayment
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年4月1日
* @since JDK 1.6
* @see

View File

@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.util.DateUtil;
* 企业付款记录
*
* @className CorpPaymentRecord
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年6月23日
* @since JDK 1.6
* @see

View File

@ -11,7 +11,7 @@ import com.alibaba.fastjson.annotation.JSONField;
* 企业付款结果
*
* @className CorpPaymentResult
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年4月1日
* @since JDK 1.6
* @see

View File

@ -11,7 +11,7 @@ import com.foxinmy.weixin4j.type.CustomsCity;
* 报关对象
*
* @className CustomsOrder
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2016年3月27日
* @since JDK 1.6
* @see

View File

@ -11,7 +11,7 @@ import com.foxinmy.weixin4j.xml.ListsuffixResult;
* 报关记录
*
* @className CustomsOrderRecord
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2016年3月27日
* @since JDK 1.6
* @see

View File

@ -12,7 +12,7 @@ import com.foxinmy.weixin4j.util.DateUtil;
* 报关结果
*
* @className CustomsOrderResult
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2016年3月27日
* @since JDK 1.6
* @see

View File

@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.type.TradeType;
* </p>
*
* @className JSAPIPayRequest
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年12月25日
* @since JDK 1.6
* @see com.foxinmy.weixin4j.payment.mch.PrePay

View File

@ -11,7 +11,7 @@ import com.foxinmy.weixin4j.type.TradeType;
* MICROPAY刷卡支付
*
* @className MICROPayRequest
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年12月25日
* @since JDK 1.6
* @see com.foxinmy.weixin4j.payment.mch.PrePay

View File

@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.type.TradeType;
* 支付订单详情
*
* @className MchPayPackage
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年10月21日
* @since JDK 1.6
* @see

View File

@ -8,7 +8,7 @@ import com.foxinmy.weixin4j.type.TradeType;
* 支付请求接口
*
* @className MchPayRequest
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年12月25日
* @since JDK 1.6
* @see JSAPIPayRequest JS支付

View File

@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.util.RandomUtil;
* 调用商户平台接口返回的公用字段
*
* @className MerchantResult
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年10月21日
* @since JDK 1.6
* @see

View File

@ -8,7 +8,7 @@ import com.foxinmy.weixin4j.type.TradeType;
* NATIVE扫码支付(模式二)
*
* @className NATIVEPayRequest
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年12月25日
* @since JDK 1.6
* @see com.foxinmy.weixin4j.payment.mch.PrePay

View File

@ -11,7 +11,7 @@ import com.alibaba.fastjson.annotation.JSONField;
* Native支付回调时POST的信息
*
* @className PayNativeNotify
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年10月30日
* @since JDK 1.6
* @see

View File

@ -16,7 +16,7 @@ import com.foxinmy.weixin4j.util.RandomUtil;
* Native支付时的回调响应
*
* @className NativePayResponse
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年10月28日
* @since JDK 1.6
* @see

View File

@ -11,7 +11,7 @@ import com.alibaba.fastjson.annotation.JSONField;
* authcode2openid
*
* @className OpenIdResult
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年7月23日
* @since JDK 1.6
* @see

View File

@ -21,7 +21,7 @@ import com.foxinmy.weixin4j.xml.ListsuffixResult;
* 订单信息
*
* @className Order
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年11月2日
* @since JDK 1.6
* @see

View File

@ -11,7 +11,7 @@ import com.foxinmy.weixin4j.type.TradeType;
* V3预订单信息
*
* @className PrePay
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年10月21日
* @since JDK 1.6
* @see

View File

@ -13,7 +13,7 @@ import com.foxinmy.weixin4j.util.DateUtil;
* 红包
*
* @className Redpacket
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年3月28日
* @since JDK 1.6
* @see <a

View File

@ -21,7 +21,7 @@ import com.foxinmy.weixin4j.util.DateUtil;
* 红包记录
*
* @className RedpacketRecord
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年6月4日
* @since JDK 1.6
* @see

View File

@ -14,7 +14,7 @@ import com.foxinmy.weixin4j.util.DateUtil;
* 发送红包结果
*
* @className RedpacketSendResult
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年4月1日
* @since JDK 1.6
* @see

View File

@ -18,7 +18,7 @@ import com.foxinmy.weixin4j.xml.ListsuffixResult;
* V3退款详细
*
* @className RefundDetail
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年11月6日
* @since JDK 1.6
* @see

View File

@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.xml.ListsuffixResult;
* V3退款记录
*
* @className RefundRecord
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年11月1日
* @since JDK 1.6
*/

View File

@ -11,7 +11,7 @@ import com.alibaba.fastjson.annotation.JSONField;
* V3退款申请结果
*
* @className RefundResult
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年11月6日
* @since JDK 1.6
* @see

View File

@ -12,7 +12,7 @@ import com.foxinmy.weixin4j.util.DateUtil;
* 结算资金
*
* @className Settlement
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2016年3月26日
* @since JDK 1.6
* @see

View File

@ -12,7 +12,7 @@ import com.foxinmy.weixin4j.util.URLEncodingUtil;
* WAP支付
*
* @className WAPPayRequest
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年12月25日
* @since JDK 1.6
* @see com.foxinmy.weixin4j.payment.mch.PrePay

View File

@ -6,7 +6,7 @@ import com.foxinmy.weixin4j.util.MapUtil;
* 微信签名
*
* @className AbstractWeixinSignature
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2016年3月26日
* @since JDK 1.6
* @see

View File

@ -6,7 +6,7 @@ import com.foxinmy.weixin4j.util.DigestUtil;
* 微信支付签名实现
*
* @className WeixinPaymentSignature
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2016年3月26日
* @since JDK 1.6
* @see <a href="https://pay.weixin.qq.com/wiki/doc/api/external/jsapi.php?chapter=4_3">支付签名说明</a>

View File

@ -5,7 +5,7 @@ package com.foxinmy.weixin4j.sign;
* 微信签名
*
* @className WeixinSignature
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2016年3月26日
* @since JDK 1.6
* @see

View File

@ -6,7 +6,7 @@ import com.foxinmy.weixin4j.exception.WeixinException;
* cache存储
*
* @className CacheStorager
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年6月22日
* @since JDK 1.6
* @see

View File

@ -15,7 +15,7 @@ import com.foxinmy.weixin4j.xml.XmlStream;
* 用File形式保存Token信息
*
* @className FileTokenStorager
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年1月9日
* @since JDK 1.6
*/

View File

@ -13,7 +13,7 @@ import com.foxinmy.weixin4j.model.Token;
* 用Memcache保存Token信息(推荐使用)
*
* @className MemcacheTokenStorager
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2016年5月11日
* @since JDK 1.6
* @see

View File

@ -10,7 +10,7 @@ import com.foxinmy.weixin4j.model.Token;
* 用内存保存Token信息(不推荐使用)
*
* @className MemoryTokenStorager
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2016年1月24日
* @since JDK 1.6
* @see

View File

@ -16,7 +16,7 @@ import com.foxinmy.weixin4j.model.Token;
* 用Redis保存Token信息(推荐使用)
*
* @className RedisTokenStorager
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年1月9日
* @since JDK 1.6
*/

View File

@ -7,7 +7,7 @@ import com.foxinmy.weixin4j.model.Token;
* TOKEN创建者
*
* @className TokenCreator
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年1月10日
* @since JDK 1.6
* @see

View File

@ -7,7 +7,7 @@ import com.foxinmy.weixin4j.model.Token;
* 对token的缓存获取
*
* @className TokenHolder
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年6月12日
* @since JDK 1.6
* @see TokenCreator

View File

@ -6,7 +6,7 @@ import com.foxinmy.weixin4j.model.Token;
* token的存储
*
* @className TokenStorager
* @author jy.hu
* @author jinyu(foxinmy@gmail.com)
* @date 2014年9月27日
* @since JDK 1.6
* @see com.foxinmy.weixin4j.model.Token

View File

@ -11,7 +11,7 @@ import com.alibaba.fastjson.annotation.JSONField;
* 客服消息图文
*
* @className Article
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2014年9月29日
* @since JDK 1.6
* @see

View File

@ -12,7 +12,7 @@ import com.alibaba.fastjson.annotation.JSONField;
* </p>
*
* @className Card
* @author jy
* @author jinyu(foxinmy@gmail.com)
* @date 2015年6月8日
* @since JDK 1.6
* @see

Some files were not shown because too many files have changed in this diff Show More