mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-28 18:52:52 +08:00
内容对象toString方法复写
This commit is contained in:
@@ -190,4 +190,23 @@ public class PayOrder {
|
||||
public void setOpenid(String openid) {
|
||||
this.openid = openid;
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return "PayOrder{" +
|
||||
"subject='" + subject + '\'' +
|
||||
", body='" + body + '\'' +
|
||||
", price=" + price +
|
||||
", outTradeNo='" + outTradeNo + '\'' +
|
||||
", bankType='" + bankType + '\'' +
|
||||
", deviceInfo='" + deviceInfo + '\'' +
|
||||
", spbillCreateIp='" + spbillCreateIp + '\'' +
|
||||
", authCode='" + authCode + '\'' +
|
||||
", wapUrl='" + wapUrl + '\'' +
|
||||
", wapName='" + wapName + '\'' +
|
||||
", openid='" + openid + '\'' +
|
||||
", transactionType=" + transactionType +
|
||||
", curType=" + curType +
|
||||
'}';
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user