<?php namespace App\Http\Api; use App\Models\Notification; class WatchApi{ public static function change($resId,$title,$message){ //发送站内信 } }