xhUserAlipayPointService.php 197 B

12345678910111213
  1. <?php
  2. namespace common\services;
  3. use Yii;
  4. use common\models\xhUserAlipayPoint;
  5. class xhUserAlipayPointService {
  6. public static function add($data)
  7. {
  8. return xhUserAlipayPoint::add($data);
  9. }
  10. }