摘要: public function index(){ //判断是否为认证 if (isset($_GET['echostr'])) { //如果认证去验证 $this->valid(); }else{ //否则接收客户发送消息 $this->responseMsg();... 阅读全文
posted @ 2017-11-24 09:46 Objects 阅读(10832) 评论(4) 推荐(0)