Esempio n. 1
0
 /**
  * 获取永久素材列表
  */
 public function getForeverListAction()
 {
     $view = new ViewModel();
     $list = $this->wechat->getForeverList(Wechat::MSGTYPE_IMAGE, 1, 10);
     print_r($list);
     return $view;
 }