Commit 13c07269 authored by renjie's avatar renjie

支付宝接口

parent 48382681
......@@ -24,4 +24,12 @@ public class AlipayReturnDto {
public void setForm(String form) {
this.form = form;
}
@Override
public String toString() {
return "AlipayReturnDto{" +
"tradeNo='" + tradeNo + '\'' +
", form='" + form + '\'' +
'}';
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment