mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-11 16:11:47 +08:00
增加支付教程
This commit is contained in:
@@ -146,6 +146,12 @@ public class PayOrder {
|
||||
this.outTradeNo = outTradeNo;
|
||||
this.transactionType = transactionType;
|
||||
}
|
||||
public PayOrder(String subject, String body, BigDecimal price, String outTradeNo) {
|
||||
this.subject = subject;
|
||||
this.body = body;
|
||||
this.price = price;
|
||||
this.outTradeNo = outTradeNo;
|
||||
}
|
||||
|
||||
public String getOpenid() {
|
||||
return openid;
|
||||
|
||||
Reference in New Issue
Block a user