SendCodeInterFace.php 121 B

12345678910
  1. <?php
  2. namespace App\Inter;
  3. interface SendCodeInterFace
  4. {
  5. public function send($phone, $ip, $UserID, $Content);
  6. }