system.xml 367 B

1234567891011
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <service provider="com.trs.gov.editorcenter.systemTool.GovSystemServiceProvider">
  3. <!-- 获取当前时间和时间戳 -->
  4. <method name="getCurrentTime" convertor="uri:/gov/common/to_json.jsp"/>
  5. <!-- 校验当前用户是否为管理员 -->
  6. <method name="isAdmin" convertor="uri:/gov/common/to_json.jsp"/>
  7. </service>