Commit eb43dfe9 by lixian7

调整接口返回体

parent d5bc2c35
...@@ -107,6 +107,7 @@ public class BindServiceImpl extends ServiceImpl<BindInfoMapper, BindInfo> imple ...@@ -107,6 +107,7 @@ public class BindServiceImpl extends ServiceImpl<BindInfoMapper, BindInfo> imple
} else { } else {
yearCheckInfoRes.setStatus("已到期"); yearCheckInfoRes.setStatus("已到期");
} }
return ResponseGenerator.success(yearCheckInfoRes); return ResponseGenerator.success(yearCheckInfoRes);
} }
......
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