com.lorne.weixin.pay.api.InstantArrivalPay Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of weixin-api Show documentation
Show all versions of weixin-api Show documentation
weixin-api project for Spring Project
package com.lorne.weixin.pay.api;
import com.lorne.weixin.pay.util.WeixinApiUtils;
import java.util.Map;
/**
* 二维码支付
* Created by yuliang on 2016/3/28.
*/
public class InstantArrivalPay extends AbstractWxPay {
@Override
public Map createPay() {
return WeixinApiUtils.createOrder(payInfo.getConfig(),payInfo.getTradeNo(), payInfo.getSubject(), payInfo.getBody(), payInfo.getPrice(), "", NATIVE);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy