Commit 9bdf9509 authored by ZWT's avatar ZWT

feat(零碳): 长庆

1.添加easy excel配置,增加转换器,增加全局excel导出样式,增加场站下拉选解析器;
2.开发光伏电站模板导出接口,增加模板导出类,并完成接口冒烟测试及接口文档;
3.间开制度管理模块新增设为基础制度开关接口,添加线上接口文档并完成接口冒烟测试;

BREAKING CHANGE: 无

Closes 无

[skip ci]
parent 28055cfe
...@@ -302,8 +302,7 @@ public class LoginService { ...@@ -302,8 +302,7 @@ public class LoginService {
} }
@XText("验证码") @XText("验证码")
@XApiAnonymous @XApiGet(anonymous = true)
@XApiGet
public XFileResult getVerificationCode(XContext context, VerificationCodeInput input) { public XFileResult getVerificationCode(XContext context, VerificationCodeInput input) {
Map<String, Object> codeMap = VerificationCode.generateCodeAndPic(); Map<String, Object> codeMap = VerificationCode.generateCodeAndPic();
// 将四位数字的验证码保存到Session中。 // 将四位数字的验证码保存到Session中。
......
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