Thenbsp\Wechat\Message\Template\Template::getRequestBody PHP Method

getRequestBody() public method

获取请求内容
public getRequestBody ( )
    public function getRequestBody()
    {
        return array('template_id' => $this->id, 'touser' => $this->openid, 'url' => $this->url, 'data' => $this->options);
    }