记得上下班打卡 | git大法好,push需谨慎

Commit 7f3a49b0 authored by jiangxiulong's avatar jiangxiulong

演出详情获取失败状态码444

parent caf1bf74
......@@ -157,7 +157,7 @@ public class KylinPerformancesController {
if (result != null) {
return ResponseDto.success(result);
} else {
return ResponseDto.failure("获取演出详情失败");
return ResponseDto.failure("444", "获取演出详情失败");
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment