Update: 2026-06-11 13:47:39
This commit is contained in:
@@ -10,22 +10,22 @@ class AppLink {
|
||||
static const String appDomain = 'siromove.com';
|
||||
|
||||
static String locationServer =
|
||||
'https://location.intaleq.xyz/intaleq/ride/location';
|
||||
'https://location.intaleq.xyz/siro/ride/location';
|
||||
static String locationServerSide =
|
||||
'https://location.intaleq.xyz/intaleq/ride/location';
|
||||
'https://location.intaleq.xyz/siro/ride/location';
|
||||
static String mapSaasRoute = 'https://map-saas.intaleqapp.com/api/maps/route';
|
||||
static String mapSaasPlaces =
|
||||
'https://map-saas.intaleqapp.com/api/geocoding/places';
|
||||
static const String routeApiBaseUrl =
|
||||
"https://routesjo.intaleq.xyz/route/v1/driving";
|
||||
static final String endPoint = 'https://api.intaleq.xyz/intaleq_v3';
|
||||
static final String syria = 'https://syria.intaleq.xyz/intaleq';
|
||||
static final String syria = 'https://syria.intaleq.xyz/siro';
|
||||
static final String server = endPoint;
|
||||
|
||||
///=================ride==========================///
|
||||
///https://api.intaleq.xyz/intaleq/ride
|
||||
///https://api.intaleq.xyz/siro/ride
|
||||
static String ride = '$server/ride';
|
||||
static String rideServer = 'https://rides.intaleq.xyz/intaleq/ride';
|
||||
static String rideServer = 'https://rides.intaleq.xyz/siro/ride';
|
||||
|
||||
///mapOSM = 'https://routesy.intaleq.xyz'
|
||||
static String mapOSM = 'https://routesy.intaleq.xyz';
|
||||
@@ -95,11 +95,16 @@ class AppLink {
|
||||
"$seferCairoServer/ride/driverWallet/getDriverDetails.php";
|
||||
|
||||
// ================= Gamification Endpoints =================
|
||||
static String getWeeklyAggregate = "$endPoint/ride/gamification/getWeeklyAggregate.php";
|
||||
static String getLeaderboard = "$endPoint/ride/gamification/getLeaderboard.php";
|
||||
static String claimChallengeReward = "$endPoint/ride/gamification/claimChallengeReward.php";
|
||||
static String getReferralStats = "$endPoint/ride/gamification/getReferralStats.php";
|
||||
static String getDriverBehavior = "$endPoint/ride/gamification/getDriverBehavior.php";
|
||||
static String getWeeklyAggregate =
|
||||
"$endPoint/ride/gamification/getWeeklyAggregate.php";
|
||||
static String getLeaderboard =
|
||||
"$endPoint/ride/gamification/getLeaderboard.php";
|
||||
static String claimChallengeReward =
|
||||
"$endPoint/ride/gamification/claimChallengeReward.php";
|
||||
static String getReferralStats =
|
||||
"$endPoint/ride/gamification/getReferralStats.php";
|
||||
static String getDriverBehavior =
|
||||
"$endPoint/ride/gamification/getDriverBehavior.php";
|
||||
static String getDriverWeekPaymentMove =
|
||||
"$walletDriver/getDriverWeekPaymentMove.php";
|
||||
static String getDriversWallet = "$walletDriver/get.php";
|
||||
|
||||
Reference in New Issue
Block a user