|
|
@@ -1,44 +0,0 @@
|
|
|
-//package com.zhongshu.card.server.core.controller.pay;
|
|
|
-//
|
|
|
-//import com.github.microservice.pay.client.service.ledger.TransactionLogService;
|
|
|
-//import com.github.microservice.pay.client.service.product.SenselessPayService;
|
|
|
-//import com.github.microservice.types.payment.PaymentType;
|
|
|
-//import com.zhongshu.card.server.core.service.pay.ChinaumsSenselessPayService;
|
|
|
-//import com.zhongshu.card.server.core.service.pay.SettleService;
|
|
|
-//import io.swagger.v3.oas.annotations.Parameter;
|
|
|
-//import io.swagger.v3.oas.annotations.tags.Tag;
|
|
|
-//import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-//import org.springframework.cloud.stream.binder.kafka.properties.KafkaBinderConfigurationProperties;
|
|
|
-//import org.springframework.web.bind.annotation.*;
|
|
|
-//
|
|
|
-//import java.util.List;
|
|
|
-//
|
|
|
-//@RestController
|
|
|
-//@RequestMapping("payTest")
|
|
|
-//@Tag(name = "资金测试", description = "机构资金-提现")
|
|
|
-//public class PayTestController {
|
|
|
-//
|
|
|
-// @Autowired
|
|
|
-// SettleService settleService;
|
|
|
-//
|
|
|
-// @Autowired
|
|
|
-// ChinaumsSenselessPayService chinaumsSenselessPayService;
|
|
|
-//
|
|
|
-// @Autowired
|
|
|
-// TransactionLogService transactionLogService;
|
|
|
-//
|
|
|
-// @PostMapping("settle")
|
|
|
-// public Object settle(){
|
|
|
-// return settleService.settle("665fc0ef9083d203896d3549", "67061bea18e3af0f903b067a", 1732997367300L, "remark", PaymentType.UnionFrictionlessPay);
|
|
|
-// }
|
|
|
-//
|
|
|
-// @PostMapping("queryRefund")
|
|
|
-// public Object queryRefund(){
|
|
|
-// return chinaumsSenselessPayService.refundQuery("665fc0ef9083d203896d3549","665fc0389083d203896d3541", "67061bea18e3af0f903b067a", "RE202411191422450130001", false);
|
|
|
-// }
|
|
|
-//
|
|
|
-// @PostMapping("groupClean")
|
|
|
-// public Object groupClean(@RequestBody List<String> generalLedgerId){
|
|
|
-// return transactionLogService.groupClean(generalLedgerId);
|
|
|
-// }
|
|
|
-//}
|