Update: 2026-07-27 17:18:25
This commit is contained in:
@@ -204,11 +204,13 @@ class AppLink {
|
||||
static String get getRides => "$rideServer/ride/rides/get.php";
|
||||
static String get getPlacesSyria => "$rideServer/ride/places_syria/get.php";
|
||||
static String get getMishwari => "$rideServer/ride/mishwari/get.php";
|
||||
static String get getMishwariDriver => "$rideServer/ride/mishwari/getDriver.php";
|
||||
static String get getMishwariDriver =>
|
||||
"$rideServer/ride/mishwari/getDriver.php";
|
||||
static String get sendChatMessage => "$server/ride/chat/send_message.php";
|
||||
static String get getTripCountByCaptain =>
|
||||
"$rideServer/ride/rides/getTripCountByCaptain.php";
|
||||
static String get getRideOrderID => "$rideServer/ride/rides/getRideOrderID.php";
|
||||
static String get getRideOrderID =>
|
||||
"$rideServer/ride/rides/getRideOrderID.php";
|
||||
static String get getRideStatus => "$rideServer/ride/rides/getRideStatus.php";
|
||||
static String get getOverLayStatus => "$ride/overLay/get.php";
|
||||
static String get getArgumentAfterAppliedFromBackground =>
|
||||
@@ -377,7 +379,7 @@ class AppLink {
|
||||
static String get uploadImage1 => "$server/uploadImage1.php";
|
||||
static String get uploadImagePortrate => "$server/uploadImagePortrate.php";
|
||||
static String get uploadSyrianDocs =>
|
||||
"$syria/auth/driver/uploadDriverDocs.php";
|
||||
"$server/auth/driver/uploadDriverDocs.php";
|
||||
static String get uploadImageType => "$server/uploadImageType.php";
|
||||
//=============egypt documents ==============
|
||||
static String get uploadEgyptidFront =>
|
||||
@@ -490,8 +492,7 @@ class AppLink {
|
||||
static String get verifyOtpDriver => "$server/auth/otp/verify.php";
|
||||
static String get verifyEmailCaptin => "$authCaptin/verifyEmail.php";
|
||||
static String get removeUser => "$authCaptin/removeAccount.php";
|
||||
static String get deletecaptainAccounr =>
|
||||
"$authCaptin/deleteAccount.php";
|
||||
static String get deletecaptainAccounr => "$authCaptin/deleteAccount.php";
|
||||
static String get updateAccountBank => "$authCaptin/updateAccountBank.php";
|
||||
static String get getAccount => "$authCaptin/getAccount.php";
|
||||
static String get uploadImageToAi => "$auth/document_syria/ai_document.php";
|
||||
|
||||
Reference in New Issue
Block a user