示例#1
0
 public static function shelf($arry = false)
 {
     $groupId = '207133170';
     $shelf = new ShelfData();
     $shelf->controlTwo(array($groupId, $groupId, $groupId), 2);
     if ($arry) {
         return $shelf->getData();
     }
     return $shelf;
 }
示例#2
0
 public function testControlFive()
 {
     $shelf = new Shelf();
     $data = $shelf->controlFive(array('商品id', '商品ID'), '背景图', 'eid');
     $this->assertInstanceOf(Shelf::class, $data);
 }