Update: 2026-07-29 19:44:57
This commit is contained in:
@@ -137,7 +137,7 @@ void main() async {
|
||||
}
|
||||
print(' ✅ AI extraction: $expectedExtraction');
|
||||
|
||||
print(' ✅ Image URL: $protocol://$host/siro/auth/uploads/documents/driver_${docType}_$driverId.jpg');
|
||||
print(' ✅ Image URL: $protocol://$host/intaleq/auth/uploads/documents/driver_${docType}_$driverId.jpg');
|
||||
}
|
||||
|
||||
// ================================================================
|
||||
@@ -163,7 +163,7 @@ void main() async {
|
||||
print(' MIME validation: image/jpeg, image/png, image/webp');
|
||||
print(' Max size: 5 MB');
|
||||
|
||||
final signedUrl = '$protocol://$host/siro/secure_image.php'
|
||||
final signedUrl = '$protocol://$host/intaleq/secure_image.php'
|
||||
'?driver_id=$driverId'
|
||||
'&doc_type=$docType'
|
||||
'&ext=jpg'
|
||||
|
||||
Reference in New Issue
Block a user