Coder Social home page Coder Social logo

wetest's Introduction

前言

一直以来,微信公众平台没有提供功能调试方案。我在开发华中科技大学的华小科(ihuster)帐号过程中,不得申请小号做线上测试。但是即便如此,在调试的时候人仍旧觉得不方便。因此开发这个测试工具,在本地部署后可在本地对开发的微信功能做测试。

需求

  • PHP以及cURL
  • jQuery

#使用方法

  1. 将文件放到可以执行PHP的目录并通过浏览器访问即可,可在线上或者本地部署。
  2. 输入地址(test.php)以及关键字,可根据需求改变发送方以及接收方openID(非必须,可选)
  3. 点击发送即可模拟在微信中发消息给服务器的请求.
  4. 得到服务器返回的请求,结果经解析后显示在当前页面,无需刷新。

文件说明

  1. test.php 为实际测试的页面,所有的测试功能由此操作
  2. testpost.php 为数据发送模块,向服务器请求数据并返回给test.php
  3. jQuery.js 前台ajax需用到

其他

  1. 目前仅支持文字\地理位置 模拟发送,之后会更新图片和语音发送。
  2. 目前支持可以接收并解析文字、音乐、图文消息
  3. 返回的所有XML被打印到console当中,方便调试
  4. 在线测试地址: 在线测试

我正在参加腾讯主办的一个微信大赛,希望可以帮我投一票,谢谢:点击这里投票

wetest's People

Contributors

kuandrew avatar xred avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.