update api checkTagLelong ke staging

This commit is contained in:
Nur Izzati Zulkifli
2023-12-25 09:57:27 +08:00
parent 9d728d9d3a
commit 8f57d0c4ad
+2 -1
View File
@@ -627,7 +627,8 @@ class LelongController extends Controller
$cawangan = Cawangan::on('mysql7')->where('kodcaw', '=', $request->kodcaw)->first();
if ($cawangan['tagarrahnbid'] == 0){
$lelong = Http::withOptions(['verify' => true])->get('https://niklah.arrahn.com.my/api/portalApi',[
// $lelong = Http::withOptions(['verify' => true])->get('https://niklah.arrahn.com.my/api/portalApi',[
$lelong = Http::withOptions(['verify' => true])->get('https://stapi.arrahn.com.my/api/portalApi',[
// $lelong = Http::withOptions(['verify' => true])->get('https://api_arrahn.test/api/portalApi',[
'norujukan' => $request->norujukan
])->json();