DuanJuCpService.php 231 B

12345678910111213141516171819
  1. <?php
  2. /**
  3. * 短剧cp管理
  4. * @file:DuanJuCpService.php
  5. * @Created by gnitif
  6. * @Date: 2023/5/6
  7. * @Time: 14:11
  8. */
  9. namespace Modules\CpManage\Services;
  10. class DuanJuCpService
  11. {
  12. public function getCpList($param){
  13. }
  14. }