/**
  * 积分商品列表
  *
  * @author Hunter.<*****@*****.**>
  */
 public function integralShopListAction()
 {
     return $this->objBase->integralShopListAction();
 }
 /**
  * 积分商品列表
  *
  * @author Hunter.<*****@*****.**>
  */
 public function integralShopListAction()
 {
     $this->objGood->integralShopListAction();
     $this->pick();
 }