Uses of Class
com.foxinmy.weixin4j.mp.oldpayment.PayPackageV2
-
Packages that use PayPackageV2 Package Description com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.mp.oldpayment -
-
Uses of PayPackageV2 in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api with parameters of type PayPackageV2 Modifier and Type Method Description String
PayOldApi. createPayJsRequestJson(PayPackageV2 payPackage)
生成V2.x版本JSAPI支付字符串 -
Uses of PayPackageV2 in com.foxinmy.weixin4j.mp.oldpayment
Methods in com.foxinmy.weixin4j.mp.oldpayment with parameters of type PayPackageV2 Modifier and Type Method Description String
WeixinOldPaymentSignature. sign(PayPackageV2 packageInfo)
package拼接签名Constructors in com.foxinmy.weixin4j.mp.oldpayment with parameters of type PayPackageV2 Constructor Description NativePayResponseV2(WeixinOldPayAccount weixinAccount, PayPackageV2 payPackage)
正确响应
-