11/10/1
This commit is contained in:
@@ -48,7 +48,8 @@ class AppLink {
|
||||
|
||||
static String getWalletByDriver = "$walletDriver/getWalletByDriver.php";
|
||||
static String driverStatistic = "$walletDriver/driverStatistic.php";
|
||||
static String getDriverDetails = "$walletDriver/getDriverDetails.php";
|
||||
static String getDriverDetails =
|
||||
"$seferCairoServer/ride/driverWallet/getDriverDetails.php";
|
||||
static String getDriverWeekPaymentMove =
|
||||
"$walletDriver/getDriverWeekPaymentMove.php";
|
||||
static String getDriversWallet = "$walletDriver/get.php";
|
||||
@@ -73,6 +74,7 @@ class AppLink {
|
||||
//-----------------ridessss------------------
|
||||
static String addRides = "$ride/rides/add.php";
|
||||
static String getRides = "$ride/rides/get.php";
|
||||
static String getMishwari = "$ride/ride/mishwari/get.php";
|
||||
static String getTripCountByCaptain = "$ride/rides/getTripCountByCaptain.php";
|
||||
static String getRideOrderID = "$ride/rides/getRideOrderID.php";
|
||||
static String getRideStatus = "$ride/rides/getRideStatus.php";
|
||||
@@ -235,6 +237,10 @@ class AppLink {
|
||||
static String getTotalDriverDurationToday =
|
||||
"$location/getTotalDriverDurationToday.php";
|
||||
|
||||
//==================cars new drivers=============
|
||||
static String addNewCarsDrivers = '$server/ride/carDrivers/add.php';
|
||||
static String getNewCarsDrivers = '$server/ride/carDrivers/get.php';
|
||||
|
||||
//==================Blog=============
|
||||
static String profile = '$server/ride/profile';
|
||||
static String getprofile = "$profile/get.php";
|
||||
|
||||
Reference in New Issue
Block a user