From e9be8d15ab3ee20685793e16071c56485b32e33a Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期五, 23 四月 2021 10:10:24 +0800
Subject: [PATCH] 优化代码
---
service-front/src/main/java/com/java110/front/controller/app/PaymentController.java | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/service-front/src/main/java/com/java110/front/controller/app/PaymentController.java b/service-front/src/main/java/com/java110/front/controller/app/PaymentController.java
old mode 100644
new mode 100755
index 0a8ff7a..c0a2425
--- a/service-front/src/main/java/com/java110/front/controller/app/PaymentController.java
+++ b/service-front/src/main/java/com/java110/front/controller/app/PaymentController.java
@@ -80,8 +80,7 @@
}
IPageData newPd = PageData.newInstance().builder(pd.getUserId(), pd.getUserName(), pd.getToken(), postInfo,
- "", "", "", pd.getSessionId(),
- appId);
+ "", "", "", pd.getSessionId(), appId, pd.getPayerObjId(), pd.getPayerObjType(), pd.getEndTime());
return toPaySMOImpl.toPay(newPd);
}
@@ -173,8 +172,9 @@
public ResponseEntity<String> oweFeeNotify(@RequestBody String postInfo, HttpServletRequest request) {
logger.debug("寰俊鏀粯鍥炶皟鎶ユ枃" + postInfo);
- return oweFeeToNotifySMOImpl.toNotify(postInfo,request);
+ return oweFeeToNotifySMOImpl.toNotify(postInfo, request);
}
+
/**
* <p>鏀粯鍥炶皟Api</p>
*
--
Gitblit v1.8.0