Esempio n. 1
0
 /**
  * 添加新粉丝数据到本地.
  *
  * @param array $fan
  *
  * @return mixed
  */
 public function create(array $fan)
 {
     return $this->fanRepository->create($this->formatFromWeChat($fan));
 }