|
|
@@ -192,6 +192,7 @@ public class PayCallService extends SuperService {
|
|
|
* @return
|
|
|
*/
|
|
|
public ResultContent balancePay(ExpenseFlow entity) {
|
|
|
+ log.info("开始钱包支付");
|
|
|
String desc = "消费";
|
|
|
// 日志
|
|
|
OperationLogsAddParam logsAddParam = initLog(entity.getUserId());
|
|
|
@@ -291,6 +292,9 @@ public class PayCallService extends SuperService {
|
|
|
* @return
|
|
|
*/
|
|
|
public ResultContent unionFrictionlessPay(ExpenseFlow entity) {
|
|
|
+ log.info("开始云闪付支付");
|
|
|
+
|
|
|
+ // 记录当前订单类型
|
|
|
orderNoInfoService.saveInfo(entity.getPaymentNo(), OrderNoType.Pay, entity.getPaymentType());
|
|
|
|
|
|
String desc = "消费";
|