公众号支付

This commit is contained in:
cnzzs
2017-05-20 19:41:37 +08:00
parent e7c68c4f2b
commit 5f8c06f39c
2 changed files with 11 additions and 3 deletions

View File

@@ -26,6 +26,8 @@ public class PayOrder {
private String deviceInfo;
//付款条码串 与设备号类似???
private String authCode;
//
private String openid;
//交易类型
private TransactionType transactionType;
//支付币种
@@ -145,8 +147,11 @@ public class PayOrder {
this.transactionType = transactionType;
}
public String getOpenid() {
return openid;
}
public void setOpenid(String openid) {
this.openid = openid;
}
}