ajustes do historico escolar e carteirinha
This commit is contained in:
@@ -107,7 +107,7 @@ class _TelaCadastroState extends State<TelaCadastro> {
|
||||
|
||||
criarNumero(){
|
||||
var random = Random();
|
||||
nroSMS = (random.nextInt(9000) + 1000).toString();
|
||||
nroSMS = (random.nextInt(900000) + 100000).toString();
|
||||
apiSMS();
|
||||
}
|
||||
|
||||
@@ -116,7 +116,8 @@ class _TelaCadastroState extends State<TelaCadastro> {
|
||||
final String authToken = '6nPV7rkTncLaugyoEBHQklHrvD5-GzDVMCeI';
|
||||
final headers = {
|
||||
'Content-Type': 'application/json',
|
||||
'Authorization':'Y2FicmV1dmEucmVzdDo0U0lmYktjUTgy',
|
||||
'Authorization':'cmttc2lzdGVtYXMucmVzdDp5Nkc5TnNlNDVV',
|
||||
// 'Authorization':'Y2FicmV1dmEucmVzdDo0U0lmYktjUTgy',
|
||||
'Cache-Control': 'no-cache'
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user