• This project
    • Loading...
  • Sign in

fe / YOHOBUYWAP · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • YOHOBUYWAP
  • library
  • Plugin
  • DataProcess
  • WebChannel
  • Channel
  • Boys.php
  • PC重构
    0c55f2f6
    by whb
    2015-12-28 15:21:12 +0800  
    Browse Files
Boys.php 337 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<?php
namespace Plugin\DataProcess\WebChannel\Channel;
class Boys extends AbstractChannel
{
    /**
     * 格式化数据
     *
     * @param array $resource
     * @return
     */
    public static function format($resource)
    {
        $result = self::getFormatNewArrivals($resource);
        return $result;
    }
}