ByteDanceInterface.php 99 B

123456
  1. <?php
  2. namespace app\service\byte_dance;
  3. interface ByteDanceInterface{
  4. public function get();
  5. }