fix lelong

This commit is contained in:
afiq
2021-12-23 12:39:29 +08:00
parent 9e89e4901e
commit 198613f5cd
3 changed files with 8 additions and 9 deletions
+1 -6
View File
@@ -548,12 +548,7 @@ class LelongController extends Controller
if($lelong)
{
if($lelong['lel1stop'] == 1)
{
return response(1);
}else{
return response(0);
}
return response(1);
}else{
return response(0);
}