连续复制
一键复制
一键打包
location /wechat/index/thirdevent { 
    if (!-e $request_filename){
        rewrite / /wx_component/example/thirdevent.php last;break;
    }
}

location /wechat/index/getMsgEvent { 
    if (!-e $request_filename){
        rewrite / /wx_component/example/getMsgEvent.php last;break;
    }
}