WatchApi.php 170 B

12345678910
  1. <?php
  2. namespace App\Http\Api;
  3. use App\Models\Notification;
  4. class WatchApi{
  5. public static function change($resId,$title,$message){
  6. //发送站内信
  7. }
  8. }