2026-03-10-1

This commit is contained in:
Hamza-Ayed
2026-03-10 00:02:17 +03:00
parent c000d22ca3
commit cdda136006
28 changed files with 9912 additions and 3592 deletions

View File

@@ -53,7 +53,7 @@ class CaptainAdminController extends GetxController {
update();
var res = await CRUD().post(
link: AppLink.find_driver_by_phone,
payload: {'phone': phone},
payload: {'phone': "963$phone"},
);
var d = (res);
if (d != 'failure') {