This commit is contained in:
2021-05-07 12:58:44 -03:00
parent 129abeccf6
commit a41fd23dc9
2 changed files with 23 additions and 89 deletions
+3 -2
View File
@@ -8,11 +8,12 @@ import 'default_response_api.dart';
class FuncoesGerais{
//static const String urlLexLiteApi = "https://apis.lexstation.com/api/v1/";
static const String tokenPadrao = "0GR7IE9OLII2UAUPJI80P1UHUK87WU";
static const String tokenPadrao = "6JN4NNEP6IDEK7I2BCXTA7D1DPJR78";
static const String urlBaseNewCore = "https://newcore.services/newcore/";
static const int appMobileCodigo = 18;
static const String nomeApp = "Decpisos";
static const int versaoAtual = 100;
static const int usuCodPadrao = 36718;
static const String youtubeApiKey = "AIzaSyAmqjP0MxgASbt98Px1_hqaIvcsqeHO15k";//"AIzaSyA8jo3qsr-JJRm40iSHfkrzaMZXdMjo9v4";
static const String channelId = "UCJ_EUoswNTvRGotJ-ROxaKw";
static const String homeURL = "https://www.decpisos.com.br/";
@@ -70,7 +71,7 @@ class FuncoesGerais{
dEVICETOKEN: token,
mODELODEVICE: model,
pLATAFORMAMOBILECODIGO: platformCoddigo,
uSUCOD: 0,
uSUCOD: FuncoesGerais.usuCodPadrao,
);
try {