Update: 2026-08-03 11:32:12
This commit is contained in:
@@ -403,6 +403,21 @@ class AppLink {
|
||||
"$paymentServerV2/Admin/v2/financial/settlements.php";
|
||||
static String financialStatsV2 =
|
||||
"$paymentServerV2/Admin/v2/financial/stats.php";
|
||||
// ملخّص محفظة سيرو من خادم المدفوعات (شهري/إجمالي/إيداع/صرف).
|
||||
// يحلّ محلّ siroWallet/get.php الذي كان يُرجع SUM(amount) بلا اسم للشهر
|
||||
// الجاري فقط، وهو غير منشور أصلاً (404 على v1 و v2).
|
||||
static String siroWalletSummary =
|
||||
"$paymentServerV2/ride/siroWallet/summary.php";
|
||||
// طلبات سحب أرصدة السائقين — جدول driver_withdrawal_requests كان يُكتب
|
||||
// فيه ولا يقرأه شيء في المنصّة كلها.
|
||||
static String withdrawalRequests =
|
||||
"$paymentServerV2/ride/driverPayment/withdrawal_requests.php";
|
||||
|
||||
// وحدة الطعام — الباك إند جاهز في backend/food/admin/ ولا واجهة له
|
||||
static String get foodMerchants => "$server/food/admin/merchants.php";
|
||||
static String get foodMerchantApprove =>
|
||||
"$server/food/admin/merchant_approve.php";
|
||||
static String get foodPayouts => "$server/food/admin/payouts.php";
|
||||
static String dashboardWalletV2 =
|
||||
"$paymentServerV2/Admin/v2/financial/dashboard_wallet.php";
|
||||
static String auditLogsV2 = "$server/Admin/v2/security/audit_logs.php";
|
||||
|
||||
Reference in New Issue
Block a user