mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 19:45:09 +08:00
调试订单临时接口
This commit is contained in:
@@ -768,8 +768,8 @@ public class TempController extends BaseController {
|
||||
RestApiResponse<?> response;
|
||||
try {
|
||||
// 调试结算订单逻辑
|
||||
tempService.debugOrder(dto);
|
||||
response = new RestApiResponse<>();
|
||||
Map<String, Object> resultMap = tempService.debugOrder(dto);
|
||||
response = new RestApiResponse<>(resultMap);
|
||||
} catch (Exception e) {
|
||||
logger.error("调试结算订单逻辑V2error,", e);
|
||||
response = new RestApiResponse<>();
|
||||
|
||||
Reference in New Issue
Block a user