Реализовано получение токена кассы
This commit is contained in:
@@ -3,7 +3,7 @@ import 'package:flutter/services.dart';
|
||||
import 'splash.dart';
|
||||
|
||||
const String _name = 'Ivan Murashov';
|
||||
const String intUrl = 'https://pos-api.dinect.com/20130701/';
|
||||
const String intUrl = 'https://pos-api-int.dinect.com/20130701/';
|
||||
const String intToken = '9fec83cdca38c357e6b65dbb17514cdd36bf2a08';
|
||||
|
||||
final httpClient = createHttpClient();
|
||||
@@ -27,7 +27,4 @@ abstract class BaseState<T> extends State<StatefulWidget> {
|
||||
void logout() {
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
//DMUrl := 'http://pos-api-int.dinect.com/20130701/';
|
||||
//DMAToken := '9fec83cdca38c357e6b65dbb17514cdd36bf2a08';
|
||||
}
|
||||
Reference in New Issue
Block a user