官方文档:https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1421135319
php.代码
<?php
$a = $_GET['echostr'];
echo $a;