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