Commit 6c2a91ad authored by 廖旭伟's avatar 廖旭伟

自助服务终端基础设置增加操作倒计时配置

parent 373d3c64
......@@ -82,6 +82,7 @@ public class SstBasicController extends BaseCRUDJsonBodyMappingController<SstBas
}
@PostMapping({"setting/info"})
@UnAuth
public Rest<Object> settingInfo(@RequestBody SstBasicEntity query) {
IUser user = this.getCurUser();
if(user==null){
......
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