20 Star 272 Fork 85

Neil-鹏/wechat-rs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

微信小程序接口对接

微信官方WIKI

https://mp.weixin.qq.com/wiki?t=resource/res_main&id=mp1474632113_xQVCl&token=&lang=zh_CN

  1. 小程序开发文档

  2. 小程序设计指南

  3. 小程序开发工具

  4. 后端开发文档

    直接下载(此程序为微信官方提供,不需要进行破解、运行0.7版本等繁琐步骤。):

    windows 64

    windows 32

    mac

1、小程序登录

接口:/sns/component/jscode2session?appid=APPID&js_code=JSCODE&grant_type=authorization_code&component_appid=COMPONENT_APPID&component_access_token=COMPONENT_ACCESS_TOKEN

appid 小程序的 AppID
js_code	string	wx.login 获取的 code
grant_type authorization_code
component_appid	第三方平台 appid
component_access_token	第三方平台 access_token

马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Rust
1
https://gitee.com/shaipe/wechat-rs.git
git@gitee.com:shaipe/wechat-rs.git
shaipe
wechat-rs
wechat-rs
master

搜索帮助