Giter Club home page Giter Club logo

mac.wechat.webapi.simple's Introduction

微信mac协议,webapi免IIS部署版本。

请进入 http://www.keduoduo.online/ 进行注册授权
1.找到mac/ipad目录
2.打开WeChatServer.exe.config
3.配置授权信息,api端口,和websocket端口,管理员密码等参数

    <add key="AuthKey" value="" />
    <add key="WebApiHost" value="22221" />
    <add key="WebSocketHost" value="22222" />
    <add key="AdminPassword" value="123456" />

4.右键管理员运行 WeChatServer.exe 看见 开启服务... 证明服务已经开启
5.在浏览器运行http://localhost:22221/swagger/ 即可查看所有webapi文档。
6.微信登录获取二维码需要参考Test.html 中websocket方式创建websocket链接来获取二维码登录。
7.在微信成功登录以后,即可通过Http post的方式传入uuid来操作微信了

获取更新信息请加入qq群:721314034
demo源码暂时不放github了。如需要研究源码学习,请进群联系群主。
demo源码使用c#进行开发,开发环境为VS 2017 框架.net framework 4.6.1

mac.wechat.webapi.simple's People

Contributors

changtuiqie avatar

Watchers

 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.