- #ifndef CONSTANTS_H
- #define CONSTANTS_H
- #define API_ACCEPT "*/*"
- #define API_USER_AGENT "DesktopClient"
- #define API_KEY "key"
- #define API_SECRET "secrect"
- #define SETTING_ACCOUNT_ID "id"
- #define SETTING_ACCOUNT_TOKEN "token"
- //#define SERVER_URL "http://47.100.37.243:10010"
- #endif // CONSTANTS_H
|