1234567891011121314151617181920212223242526 |
- class ApiConstants {
-
- static const baseUrl = 'http://yyjobs-api-dev.guabean.com';
-
-
- static const apiServiceTime = "/index.php/api/employee/extra/time";
-
- static const apiUserProfile = "/index.php/api/employee/profile/detail";
-
- static const apiIndustryList = "/index.php/api/employee/extra/industry";
-
- static const apiUserLogin = "/index.php/api/employee/auth/login";
-
- static const apiHotelLogin = "/index.php/api/v1/device/login";
-
- static const apiUpdateProfile = "/index.php/api/employee/profile/edit";
- }
|