Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bugszhou/mini-auth
小程序授权
https://github.com/bugszhou/mini-auth
Last synced: 1 day ago
JSON representation
小程序授权
- Host: GitHub
- URL: https://github.com/bugszhou/mini-auth
- Owner: bugszhou
- Created: 2019-07-16T02:28:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:34:06.000Z (about 2 years ago)
- Last Synced: 2024-12-29T00:48:57.492Z (28 days ago)
- Language: JavaScript
- Size: 1.71 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## mini-auth
----------------------------
author: bugszhou | Email:[email protected]
description: 小程序获取openid登录流程### [使用文档](./docs/demo.md)
### 返回码
| 返回码 | 说明 |
| --- | --- |
| 0 | 成功 |
| 5000 | 微信小程序code获取失败 |
| 5001 | 微信小程序发送请求超时 |
| 5002 | 微信小程序发送请求服务端无法连接 |
| 5003 | 微信小程序发送请求未知异常 |
| 5004 | 中间件重复调用 |
| 5005 | 中间件错误 |
| 5006 | 支付宝小程序发送请求未知异常 |
| 5007 | 支付宝小程序发送请求超时 |
| 5008 | 支付宝小程序发送请求服务端无法连接 |
| 5009 | 支付宝小程序authCode获取失败 |