backup.
This commit is contained in:
@@ -35,9 +35,10 @@ class HttpUtil {
|
||||
'Http-Business-Id': '0',
|
||||
'Http-App-Key': '',
|
||||
'Http-Contact-Authorization': '',
|
||||
'Http-Device-Type': Platform.isIOS ? 'ios' : (Platform.isAndroid ? 'android' : 'web'),
|
||||
'Http-Device-Type': Utils.getOs(checkWeb: true),
|
||||
'Http-Api-Branch': 'flutter',
|
||||
'Http-Language-Code': store.state.locale.languageCode,
|
||||
'Http-Country-Code': store.state.locale.countryCode,
|
||||
};
|
||||
|
||||
static Future<dynamic> httpGet(String url,
|
||||
|
||||
Reference in New Issue
Block a user