ajustes do historico escolar e carteirinha

This commit is contained in:
Reginaldo
2023-09-15 11:42:30 -03:00
parent 967ff57471
commit ad183d0f18
6 changed files with 72 additions and 30 deletions

View File

@@ -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'
};