constants.h 301 B

1234567891011
  1. #ifndef CONSTANTS_H
  2. #define CONSTANTS_H
  3. #define API_ACCEPT "*/*"
  4. #define API_USER_AGENT "DesktopClient"
  5. #define API_KEY "key"
  6. #define API_SECRET "secrect"
  7. #define SETTING_ACCOUNT_ID "id"
  8. #define SETTING_ACCOUNT_TOKEN "token"
  9. //#define SERVER_URL "http://47.100.37.243:10010"
  10. #endif // CONSTANTS_H