@IocBean @At(value="/platform/sys/conf") public class SysConfController extends Object
@At(value="") @Ok(value="beetl:/platform/sys/conf/index.html") public void index()
@At @Ok(value="json") @SLog(tag="\u6dfb\u52a0\u53c2\u6570", msg="${conf.configKey}:${conf.configValue}") public Object addDo(@Param(value="..") Sys_config conf)
@At @Ok(value="json") @SLog(tag="\u4fee\u6539\u53c2\u6570", msg="${conf.configKey}:${conf.configValue}") public Object editDo(@Param(value="..") Sys_config conf)
@At(value="/delete/?") @Ok(value="json") @SLog(tag="\u5220\u9664\u53c2\u6570", msg="\u53c2\u6570:${configKey}") public Object delete(String configKey)
Copyright © 2019. All rights reserved.