UserIdentity.php 173 B

123456789101112131415161718
  1. <?php
  2. namespace app\common\service;
  3. /**
  4. * 会员身份等级管理
  5. * Class UserIdentity
  6. */
  7. class UserIdentity
  8. {
  9. public static function checkVip()
  10. {
  11. }
  12. }