| | |
| | | |
| | | public class AuthApi { |
| | | |
| | | public static String companies = "https://ztt-sso.asuncloud.net/api/org/v1/companies"; |
| | | /** |
| | | * 测试地址 |
| | | * */ |
| | | // private String code = "https://ztt-sso.asuncloud.net/oauth2/token"; |
| | | /** |
| | | * 正式地址 |
| | | * */ |
| | | public static String code = "https://ztt-sso.chinaztt.cn/oauth2/token"; |
| | | |
| | | public static String post="https://ztt-sso.asuncloud.net/api/org/v1/post?companyId="; |
| | | /** |
| | | * 河口人事测试库 |
| | | * */ |
| | | // private String appId = "8b2f2c7e-2ab9-4718-8193-c0c636dceba8"; |
| | | // private String appSecret = "db59b70d28ab1865aafe4008f59d4760"; |
| | | /** |
| | | * 河口人事正式库 |
| | | * */ |
| | | public static String appId = "f6f3d70f-3666-4d3d-b9c5-430de3f6007c"; |
| | | public static String appSecret = "a18923496542302066b0a7bec993a4e2"; |
| | | /** |
| | | * 装备人事测试库 |
| | | * */ |
| | | // private String appId = "0acf9b63-31e3-45c4-99c1-af1aac88b985"; |
| | | // private String appSecret = "7fb7a4026c71619345c31fa12ba31f4f"; |
| | | /** |
| | | * 装备人事正式库 |
| | | * */ |
| | | // private String appId = "6f5f6a0c-2a01-4ef6-9e75-c8a6f0c2f044"; |
| | | // private String appSecret = "89b9c4735b1e5ee9d6a8544b9b38bb03"; |
| | | |
| | | public static String simple="https://ztt-sso.asuncloud.net/api/org/v1/employees/simple?companyId="; |
| | | public static String companies = "https://ztt-connector.chinaztt.cn/api/org/v1/companies"; |
| | | |
| | | public static String simple="https://ztt-connector.chinaztt.cn/api/org/v1/employees/simple?companyId="; |
| | | |
| | | } |