@extends('admin.layouts.app') @section('title','Cấu hình hệ thống') @section('content')
DANH SÁCH LINK CRON

Treo cron quá nhanh sẽ gây quá tải cho hệ thống, nếu treo cron nạp tiền nên để delay từ 60 giây tránh bị ngân hàng khoá tài khoản!

Bấm Vào Link Để Thuê CronJob : https://cronjob.vn/?aff=4259 🌍

@if (env('APP_MAIN_SITE') == request()->getHost()) @else @endif
Loại Cron Link Thời gian đề xuất
Nạp tiền MOMO https://{{getDomain()}}/api/v1/cronJob/recharge/MOMO?password={{site("cron_password")}} 60s
Nạp tiền MBBANK https://{{getDomain()}}/api/v1/cronJob/recharge/MBBANK?password={{site("cron_password")}} 60s
Nạp tiền VIETCOMBANK https://{{getDomain()}}/api/v1/cronJob/recharge/VCB?password={{site("cron_password")}} 60s
Nạp tiền ACB https://{{getDomain()}}/api/v1/cronJob/recharge/ACB?password={{site("cron_password")}} 60s
Nạp tiền BIDV https://{{getDomain()}}/api/v1/cronJob/recharge/BIDV?password={{site("cron_password")}} 60s
Check Gía từ SMM https://{{getDomain()}}/api/v1/price/smm?password={{site("cron_password")}} 2 - 5 Phút
Cập nhật trạng thái đơn https://{{getDomain()}}/api/v1/status/order?password={{site("cron_password")}} 10 - 15 Phút
Hoàn tiền đơn hàng https://{{getDomain()}}/api/v1/refund/order?password={{site("cron_password")}} 1 - 3 giờ
Đồng bộ dịch vụ từ Site mẹ https://{{getDomain()}}/api/syn-services-master?password={{site("cron_password")}} 2 - 5 Phút
Nạp tiền Momo https://{{getDomain()}}/api/v1/cronJob/recharge/MOMO?password={{site("cron_password")}} 60s
Nạp tiền MBBank https://{{getDomain()}}/api/v1/cronJob/recharge/MBBANK?password={{site("cron_password")}} 60s
Nạp tiền Vietcombank https://{{getDomain()}}/api/v1/cronJob/recharge/VCB?password={{site("cron_password")}} 60s
Nạp tiền ACB https://{{getDomain()}}/api/v1/cronJob/recharge/ACB?password={{site("cron_password")}} 60s
Nạp tiền BIDV https://{{getDomain()}}/api/v1/cronJob/recharge/BIDV?password={{site("cron_password")}} 60s
Cập nhật trạng thái đơn từ Site Mẹ {{ route('cron-job.update') }}?password={{site("cron_password")}} 5 - 15 phút
Cập nhật giá https://{{getDomain()}}/api/v1/update/price?password={{site("cron_password")}} 2 - 5 phút
@endsection @section('script') @endsection