| | |
| | | /** |
| | | * 正式地址 |
| | | * */ |
| | | public static String code = "https://ztt-sso.chinaztt.cn/oauth2/token"; |
| | | public static String code = "https://ztt-sso.ztt.cn/oauth2/token"; |
| | | |
| | | /** |
| | | * 河口人事测试库 |
| | |
| | | // private String appId = "6f5f6a0c-2a01-4ef6-9e75-c8a6f0c2f044"; |
| | | // private String appSecret = "89b9c4735b1e5ee9d6a8544b9b38bb03"; |
| | | |
| | | public static String companies = "https://ztt-connector.chinaztt.cn/api/org/v1/companies"; |
| | | public static String companies = "https://ztt-connector.ztt.cn/api/org/v1/companies"; |
| | | |
| | | public static String simple="https://ztt-connector.chinaztt.cn/api/org/v1/employees/simple?companyId="; |
| | | public static String simple="https://ztt-connector.ztt.cn/api/org/v1/employees/simple?companyId="; |
| | | |
| | | /** |
| | | * 人员密码获取 |
| | | * */ |
| | | public static String password = "https://ztt-connector.chinaztt.cn/api/org/v1/employees/original_pwd/"; |
| | | public static String password = "https://ztt-connector.ztt.cn/api/org/v1/employees/original_pwd/"; |
| | | |
| | | public static String department = "https://ztt-connector.chinaztt.cn/api/org/v1/companies/companyId/departments"; |
| | | public static String department = "https://ztt-connector.ztt.cn/api/org/v1/companies/companyId/departments"; |
| | | |
| | | public static String person = "https://ztt-connector.chinaztt.cn/api/org/v1/employees/simple/"; |
| | | public static String person = "https://ztt-connector.ztt.cn/api/org/v1/employees/simple/"; |
| | | |
| | | } |