Beispiel #1
0
 /**
  * 存储一个文字回复消息.
  *
  * @param int    $accountId 公众号ID
  * @param string $text      文字内容
  *
  * @return Response
  */
 public function saveText($accountId, $text)
 {
     return $this->materialRepository->storeText($accountId, $text);
 }