因爲微信返回的xml格式因此要解析php
$result = file_get_contents('php://input', 'r'); $data = json_decode(json_encode(simplexml_load_string($result, 'SimpleXMLElement', LIBXML_NOCDATA)), true);json
這樣咱們輸出一下就是對象了微信
接受成功後要通知微信接受成了code
echo 'success';xml