/// base Url of api const baseUrl = "https://erp.gengroup.in/ci/app/Service/Serv_Home/"; const baseUrl2 = "https://erp.gengroup.in/ci/app/Service/Serv_Auth/"; /// dashboard and login const fetchMobileUrl = "${baseUrl2}fetch_mobile_number"; const fetchOtpUrl = "${baseUrl2}login"; const dashboardUrl = "${baseUrl}dashboard"; const logoutUrl = "${baseUrl2}logout"; const profileDetailsUrl = "${baseUrl}profile_data"; /// transaction and payments const transactionsUrl = "${baseUrl}all_transactions"; const paymentDetailUrl = "${baseUrl}payment_details"; const billDetailUrl = "${baseUrl}bill_details"; const generatorDetailsUrl = "${baseUrl}generator_details"; const scheduleListUrl = "${baseUrl}all_schedule_services"; const quotationListUrl = "${baseUrl}all_quoatations"; const amcQuoteListUrl = "${baseUrl}all_amc_quotations"; const complaintListUrl = "${baseUrl}all_complaint_list"; const downloadBillUrl = "${baseUrl}download_bill"; const downloadRecieptUrl = "${baseUrl}download_reciept"; const payAmountUrl = "${baseUrl}pay_amount"; const getPaymentStatusUrl = "${baseUrl}get_payment_status"; /// Help and complaints const addComplaintUrl = "${baseUrl}add_complaint"; const generatorListUrl = "${baseUrl}generator_list"; const complaintDropdownsUrl = "${baseUrl}complaint_dropdowns"; const getInTouchListUrl = "${baseUrl}get_in_touch_list";