update remark
This commit is contained in:
parent
98cae79741
commit
4a194c0f6c
@ -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
|
||||||
|
|||||||
@ -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>
|
||||||
*/
|
*/
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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;
|
||||||
|
|
||||||
|
|||||||
@ -11,7 +11,7 @@ package com.foxinmy.weixin4j.type;
|
|||||||
*/
|
*/
|
||||||
public enum TradeType {
|
public enum TradeType {
|
||||||
/**
|
/**
|
||||||
* H5页面上的JSAPI支付
|
* JS支付
|
||||||
*/
|
*/
|
||||||
JSAPI,
|
JSAPI,
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user