Initial commit for Intaleq Driver
This commit is contained in:
@@ -12,6 +12,7 @@ class BoxName {
|
||||
static const String FCM_PRIVATE_KEY = "FCM_PRIVATE_KEY";
|
||||
static const String hmac = "hmac";
|
||||
static const String fingerPrint = "fingerPrint";
|
||||
static const String updateInterval = "updateInterval";
|
||||
static const String payMobApikey = "payMobApikey";
|
||||
static const String refreshToken = "refreshToken";
|
||||
static const String lang = "lang";
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -14,6 +14,7 @@ class AppLink {
|
||||
'https://walletintaleq.intaleq.xyz/v1/main';
|
||||
|
||||
static final String endPoint = 'https://intaleq.xyz/intaleq';
|
||||
static final String syria = 'https://syria.intaleq.xyz/intaleq';
|
||||
// 'https://api.tripz-egypt.com/tripz';
|
||||
static final String server = endPoint;
|
||||
static String seferCairoServer = endPoint;
|
||||
@@ -97,6 +98,7 @@ class AppLink {
|
||||
//-----------------ridessss------------------
|
||||
static String addRides = "$ride/rides/add.php";
|
||||
static String getRides = "$ride/rides/get.php";
|
||||
static String getPlacesSyria = "$ride/places_syria/get.php";
|
||||
static String getMishwari = "$ride/mishwari/get.php";
|
||||
static String getMishwariDriver = "$ride/mishwari/getDriver.php";
|
||||
static String getTripCountByCaptain = "$ride/rides/getTripCountByCaptain.php";
|
||||
@@ -250,6 +252,7 @@ class AppLink {
|
||||
static String uploadImage = "$server/uploadImage.php";
|
||||
static String uploadImage1 = "$server/uploadImage1.php";
|
||||
static String uploadImagePortrate = "$server/uploadImagePortrate.php";
|
||||
static String uploadSyrianDocs = "$syria/auth/syria/uploadSyrianDocs.php";
|
||||
static String uploadImageType = "$server/uploadImageType.php";
|
||||
//=============egypt documents ==============
|
||||
static String uploadEgyptidFront =
|
||||
@@ -310,6 +313,8 @@ class AppLink {
|
||||
static String updatePassengerGift = "$ride/invitor/updatePassengerGift.php";
|
||||
static String updateInvitationCodeFromRegister =
|
||||
"$ride/invitor/updateInvitationCodeFromRegister.php";
|
||||
static String register_driver_and_car =
|
||||
"$auth/syria/driver/register_driver_and_car.php";
|
||||
static String updateDriverInvitationDirectly =
|
||||
"$ride/invitor/updateDriverInvitationDirectly.php";
|
||||
static String updatePassengersInvitation =
|
||||
|
||||
Reference in New Issue
Block a user