sina::transpond PHP Method

transpond() public method

转发一条分享
public transpond ( $transpondId, $reId, $content = '', $opt = null )
    public function transpond($transpondId, $reId, $content = '', $opt = null)
    {
        if ($reId) {
            $this->doClient($opt)->send_comment($reId, $content);
        }
        if ($transpondId) {
            $result = $this->doClient($opt)->repost($transpondId, $content);
        }
    }