返回信息
/**
* @param $msg
* @param $data
* @return \Illuminate\Http\JsonResponse
*/
public function reture_success($msg = 'success',$data)
{
return response()->json([
'status' => true,
'code' => 200,
'message' => $msg,
'data' => $data,
]);
}
/**
* @param $msg
* @param array $list
* @param $count
* @return \Illuminate\Http\JsonResponse
*/
public function reture_list($msg = 'success',$list = [],$count)
{
return response()->json([
'status' => true,
'code' => 200,
'message' => $msg,
'list' => $list,
'count'=>$count
]);
}
/**
* @param $msg
* @param array $data
* @return \Illuminate\Http\JsonResponse
*/
public function return_error($msg = 'error',$data = [])
{
return response()->json([
'status' => false,
'code' => 401,
'error_message' => $msg,
'data' => $data,
]);
}
一些验证
/**
* @param $phone
* @return bool
*/
public static function checkPhone($phone){
if(preg_match("/^1[345789]{1}\d{9}$/",$phone)){
return true;
}else{
return false;
}
}
/**
* @param $email
* @return bool
*/
public static function checkEmail($email){
$pattern = "/^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/";
if(preg_match($pattern, $email)){
return true;
}else{
return false;
}
}
本文链接:https://www.cution.cn/44.html
https://www.pexels.com/zh-cn/collections/1379530-l47756n/
https://www.pexels.com/zh-cn/collections/1379530-f17napd/
https://www.pexels.com/zh-cn/collections/1379530-h8ytruy/
https://www.pexels.com/zh-cn/collections/1379530-8jblapw/
https://www.pexels.com/zh-cn/collections/1379530-rq09wrw/
https://www.pexels.com/zh-cn/collections/1379530-jjkewjv/
https://www.pexels.com/zh-cn/collections/1379530-bwriptj/
https://www.pexels.com/zh-cn/collections/1379530-tmawq1m/
https://www.pexels.com/zh-cn/collections/1379530-0sy22lm/
https://www.pexels.com/zh-cn/collections/1379530-yooiscz/
https://www.pexels.com/zh-cn/collections/1379530-dewn8cg/
https://www.pexels.com/zh-cn/collections/1379530-cgtat9t/
https://www.pexels.com/zh-cn/collections/1379530-9jdvtks/
https://www.pexels.com/zh-cn/collections/1379530-pevbeef/
https://infogram.com/1379530-1h7v4pdmyydjj4k?live
https://infogram.com/1379530-1h7v4pdmyy3xj4k?live
https://infogram.com/1379530-1h7v4pdmyy3784k?live
https://infogram.com/1379530-1hnp27exrr5py4g?live
https://infogram.com/1379530-1hnq41oxee31p23?live