@RestController(value="admin-system-config-theme") @RequestMapping(value="/admin/system/config/theme") public class ThemeController extends BaseController
request, response
ThemeController()
ApiResult<Map<String,Object>>
getTheme()
ApiResult<String>
save(Map<String,Object> paramMap)
error, error, fail, fail, fail, getLoginID, getLoginName, getLoginOrgID, getLoginOrgName, getLoginUser, getTenantId, getUserName, i18n, i18n, isAdministrator, isDeveloper, limit, offset, ok, ok, setInsertLog, setLoginInfo, setUpdateLog, success, success, success, success, validateToken
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ThemeController()
@PostMapping(value="/save") @Permission(value="DEVELOPER") @Transactional(rollbackFor=java.lang.Exception.class) public ApiResult<String> save(@RequestBody Map<String,Object> paramMap) throws Exception
Exception
@GetMapping(value="/get") @Permission(value="DEVELOPER") public ApiResult<Map<String,Object>> getTheme() throws Exception
Copyright © 2025. All rights reserved.