update remark

This commit is contained in:
jinyu 2015-11-10 13:53:23 +08:00
parent 98cae79741
commit 4a194c0f6c
5 changed files with 4 additions and 5 deletions

View File

@ -12,7 +12,7 @@ import com.foxinmy.weixin4j.model.WeixinPayAccount;
import com.foxinmy.weixin4j.util.RandomUtil; import com.foxinmy.weixin4j.util.RandomUtil;
/** /**
* 刷卡支付 * 刷卡支付订单详情
* *
* @className MicroPayPackage * @className MicroPayPackage
* @author jy * @author jy

View File

@ -39,7 +39,6 @@ import com.foxinmy.weixin4j.util.Weixin4jConst;
* @author jy * @author jy
* @date 2015年1月3日 * @date 2015年1月3日
* @since JDK 1.7 * @since JDK 1.7
* @see com.foxinmy.weixin4j.api.Pay2Api
* @see com.foxinmy.weixin4j.api.Pay3Api * @see com.foxinmy.weixin4j.api.Pay3Api
* @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>
*/ */

View File

@ -14,7 +14,7 @@ import com.foxinmy.weixin4j.type.TradeType;
import com.foxinmy.weixin4j.util.RandomUtil; import com.foxinmy.weixin4j.util.RandomUtil;
/** /**
* 支付订单详情 * JS支付订单详情
* *
* @className MchPayPackage * @className MchPayPackage
* @author jy * @author jy

View File

@ -21,7 +21,7 @@ public class IdQuery implements Serializable {
/** /**
* id类型 * id类型
* *
* @see com.foxinmy.weixin4j.mp.type.IdType * @see com.foxinmy.weixin4j.type.IdType
*/ */
private IdType type; private IdType type;

View File

@ -11,7 +11,7 @@ package com.foxinmy.weixin4j.type;
*/ */
public enum TradeType { public enum TradeType {
/** /**
* H5页面上的JSAPI支付 * JS支付
*/ */
JSAPI, JSAPI,
/** /**