md
This commit is contained in:
parent
235e26f350
commit
3c9d4937fe
@ -124,7 +124,9 @@ public class Pay3Api {
|
|||||||
* @param createIp
|
* @param createIp
|
||||||
* ip地址
|
* ip地址
|
||||||
* @see com.foxinmy.weixin4j.payment.mch.MchPayRequest
|
* @see com.foxinmy.weixin4j.payment.mch.MchPayRequest
|
||||||
* @return 支付json串
|
* @return MchPayRequest对象;<font
|
||||||
|
* color="red">注意:如果要转换为JSON格式请使用fastjson中的JSON
|
||||||
|
* #toJSONString方法或直接用MchPayRequest#asPayJsRequestJson方法</font>
|
||||||
* @throws WeixinPayException
|
* @throws WeixinPayException
|
||||||
*/
|
*/
|
||||||
public MchPayRequest createPayJsRequest(String openId, String body,
|
public MchPayRequest createPayJsRequest(String openId, String body,
|
||||||
@ -241,7 +243,7 @@ public class Pay3Api {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 创建V3.x NativePay支付(扫码支付)链接【模式二】【完整参数】
|
* 创建V3.x Native支付(扫码支付)链接【模式二】【完整参数】
|
||||||
*
|
*
|
||||||
* @param productId
|
* @param productId
|
||||||
* 商品ID
|
* 商品ID
|
||||||
|
|||||||
@ -106,7 +106,9 @@ public class WeixinPayProxy {
|
|||||||
* 支付通知地址
|
* 支付通知地址
|
||||||
* @param createIp
|
* @param createIp
|
||||||
* ip地址
|
* ip地址
|
||||||
* @return 支付json串
|
* @return MchPayRequest对象;<font
|
||||||
|
* color="red">注意:如果要转换为JSON格式请使用fastjson中的JSON
|
||||||
|
* #toJSONString方法或直接用MchPayRequest#asPayJsRequestJson方法</font>
|
||||||
* @see com.foxinmy.weixin4j.api.Pay3Api
|
* @see com.foxinmy.weixin4j.api.Pay3Api
|
||||||
* @see com.foxinmy.weixin4j.payment.mch.MchPayRequest
|
* @see com.foxinmy.weixin4j.payment.mch.MchPayRequest
|
||||||
* @throws WeixinPayException
|
* @throws WeixinPayException
|
||||||
@ -146,8 +148,8 @@ public class WeixinPayProxy {
|
|||||||
* @see com.foxinmy.weixin4j.api.Pay3Api
|
* @see com.foxinmy.weixin4j.api.Pay3Api
|
||||||
* @see com.foxinmy.weixin4j.payment.mch.MchPayRequest
|
* @see com.foxinmy.weixin4j.payment.mch.MchPayRequest
|
||||||
* @return MchPayRequest对象;<font
|
* @return MchPayRequest对象;<font
|
||||||
* color="red">注意:如果要转换为JSON格式请使用fastjson中的JSON对象或者直接用MchPayRequest#
|
* color="red">注意:如果要转换为JSON格式请使用fastjson中的JSON
|
||||||
* asPayJsRequestJson方法</font>
|
* #toJSONString方法或直接用MchPayRequest#asPayJsRequestJson方法</font>
|
||||||
* @throws WeixinPayException
|
* @throws WeixinPayException
|
||||||
*/
|
*/
|
||||||
public MchPayRequest createPayJsRequest(String openId, String body,
|
public MchPayRequest createPayJsRequest(String openId, String body,
|
||||||
@ -204,7 +206,7 @@ public class WeixinPayProxy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 创建V3.x NativePay支付(扫码支付)链接【模式二】【完整参数】
|
* 创建Native支付(扫码支付)链接【模式二】【完整参数】
|
||||||
*
|
*
|
||||||
* @param productId
|
* @param productId
|
||||||
* 商品ID
|
* 商品ID
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user