https://github.com/bgdsh/wechat-api-refine
简单从容地调用微信API。
https://github.com/bgdsh/wechat-api-refine
Last synced: 3 months ago
JSON representation
简单从容地调用微信API。
- Host: GitHub
- URL: https://github.com/bgdsh/wechat-api-refine
- Owner: bgdsh
- License: apache-2.0
- Created: 2017-04-21T02:12:24.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-30T03:29:08.000Z (about 6 years ago)
- Last Synced: 2025-03-26T02:28:42.764Z (3 months ago)
- Language: TypeScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wechat-api-refine
简单从容地调用微信API。# Todo
* 屏蔽请求参数命名的差异。
* 屏蔽请求参数格式的差异。
* 屏蔽返回参数命名的差异。
* 屏蔽返回参数格式的差异。
* 类型校验。
* 错误处理。