up
This commit is contained in:
parent
8c70e0d53c
commit
223ba9d693
@ -75,8 +75,15 @@ public class PayPackageV2 extends PayPackage {
|
|||||||
double totalFee, String notifyUrl, String createIp, String attach,
|
double totalFee, String notifyUrl, String createIp, String attach,
|
||||||
Date timeStart, Date timeExpire, double transportFee,
|
Date timeStart, Date timeExpire, double transportFee,
|
||||||
double productFee, String goodsTag) {
|
double productFee, String goodsTag) {
|
||||||
super(body, outTradeNo, totalFee, notifyUrl, createIp, attach,
|
setBody(body);
|
||||||
timeStart, timeExpire, goodsTag);
|
setOutTradeNo(outTradeNo);
|
||||||
|
setTotalFee(totalFee);
|
||||||
|
setNotifyUrl(notifyUrl);
|
||||||
|
setCreateIp(createIp);
|
||||||
|
setAttach(attach);;
|
||||||
|
setTimeStart(timeStart);
|
||||||
|
setTimeExpire(timeExpire);
|
||||||
|
setGoodsTag(goodsTag);
|
||||||
this.bankType = "WX";
|
this.bankType = "WX";
|
||||||
this.feeType = "1";
|
this.feeType = "1";
|
||||||
this.inputCharset = "UTF-8";
|
this.inputCharset = "UTF-8";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user