Thenbsp\Wechat\Bridge\Http::withXmlBody PHP 메소드

withXmlBody() 공개 메소드

Request Xml Body
public withXmlBody ( array $body )
$body array
    public function withXmlBody(array $body)
    {
        $this->body = Serializer::xmlEncode($body);
        return $this;
    }