'json']; /** * 添加记录 * @return mixed */ public static function add($type, $raw, $plate) { return self::create([ 'type' => $type, 'raw' => $raw, 'plate' => $plate ]); } }