mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-03 01:20:15 +08:00
update 方法注释
This commit is contained in:
@@ -31,7 +31,7 @@ public class ChargeAlgorithmController extends BaseController {
|
||||
RestApiResponse<?> response = null;
|
||||
try {
|
||||
// String result = chargeAlgorithmService.pushOrderInfo(orderCode);
|
||||
String result = batteryChargeReportService.pushChargeData(dto.getOrderCode(), dto.getReportType());
|
||||
String result = batteryChargeReportService.getTaskIdByOrderCode(dto.getOrderCode(), dto.getReportType());
|
||||
response = new RestApiResponse<>(result);
|
||||
}catch (Exception e) {
|
||||
logger.error("算法应用推送订单信息 error, ", e);
|
||||
|
||||
@@ -539,10 +539,10 @@ public class PaymentTestController {
|
||||
*/
|
||||
@Test
|
||||
public void createPaymentReverseRequestTest() {
|
||||
String paymentId = "002212025091615421510813930946193444864";
|
||||
String paymentId = "002212025091616304410813943148522684416";
|
||||
BigDecimal refundAmount = new BigDecimal("0.5");
|
||||
String memberId = "65622699";
|
||||
String orderCode = "C67588633864";
|
||||
String orderCode = "C65858163754";
|
||||
|
||||
// 延迟分账未确认调撤销调撤销接口退款
|
||||
PaymentReverseOperation operation = new PaymentReverseOperation();
|
||||
|
||||
Reference in New Issue
Block a user