<?php namespace App\Http\Services; class UserService { public static function register($data) { //先去判断是否存在 if (!empty($data['mobile'])) { } } }