芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/yeahea.digitalhubbd.com/app/Helpers/ApiAlert.php
json([ 'isSuccess' => true, 'message' => $message ], 200); } public function error(string $message = null) { return response()->json([ 'isSuccess' => false, 'message' => $message ], Response::HTTP_UNPROCESSABLE_ENTITY); } }