| | |
| | | * 微信支付统一下单参数
|
| | | *
|
| | | * @author Administrator
|
| | | *
|
| | | */
|
| | | public class WXPlaceOrderParams {
|
| | | private String orderNo;
|
| | |
| | | private String tradeType;
|
| | | private String notifyUrl;
|
| | |
|
| | | private WXAPPInfo info;
|
| | | //附加数据-V3接口中使用,支付结果通知中会原样返回
|
| | | private String attach;
|
| | |
|
| | |
|
| | | private WXAPPInfo app;
|
| | |
|
| | | public String getOrderNo() {
|
| | | return orderNo;
|
| | |
| | | this.tradeType = tradeType;
|
| | | }
|
| | |
|
| | | public WXAPPInfo getInfo() {
|
| | | return info;
|
| | | public WXAPPInfo getApp() {
|
| | | return app;
|
| | | }
|
| | |
|
| | | public void setInfo(WXAPPInfo info) {
|
| | | this.info = info;
|
| | | public void setApp(WXAPPInfo app) {
|
| | | this.app = app;
|
| | | }
|
| | |
|
| | |
|
| | | public String getAttach() {
|
| | | return attach;
|
| | | }
|
| | |
|
| | | public void setAttach(String attach) {
|
| | | this.attach = attach;
|
| | | }
|
| | |
|
| | | public String getNotifyUrl() {
|