| | |
| | | |
| | | /** |
| | | * 服务名称 |
| | | * |
| | | * |
| | | * @author ruoyi |
| | | */ |
| | | public class ServiceNameConstants |
| | | { |
| | | /** |
| | | * 认证服务的serviceid |
| | | */ |
| | | public static final String AUTH_SERVICE = "ruoyi-auth"; |
| | | |
| | | /** |
| | | * 系统模块的serviceid |
| | | */ |
| | | public static final String SYSTEM_SERVICE = "ruoyi-system"; |
| | | |
| | | /** |
| | | * 文件服务的serviceid |
| | | */ |
| | | public static final String FILE_SERVICE = "ruoyi-file"; |
| | | public static final String ACCOUNT_SERVICE = "ruoyi-account"; |
| | | public static final String OTHER_SERVICE = "ruoyi-other"; |
| | | public static final String ORDER_SERVICE = "ruoyi-order"; |
| | | public class ServiceNameConstants { |
| | | /** |
| | | * 认证服务的serviceid |
| | | */ |
| | | public static final String AUTH_SERVICE = "ruoyi-auth"; |
| | | |
| | | /** |
| | | * 系统模块的serviceid |
| | | */ |
| | | public static final String SYSTEM_SERVICE = "ruoyi-system"; |
| | | |
| | | /** |
| | | * 文件服务的serviceid |
| | | */ |
| | | public static final String FILE_SERVICE = "ruoyi-file"; |
| | | |
| | | /** |
| | | * 数据交互服务的serviceid |
| | | */ |
| | | public static final String DATA_INTERCHANGE_SERVICE = "ruoyi-dataInterchange"; |
| | | } |