-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore: 完善说明文档 * chore: 完善类型引用及模块注释 * chore: 完善文档链接 * chore: 完善用法
- Loading branch information
Showing
3 changed files
with
53 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,27 @@ | ||
# wechat-work-sdk | ||
# wecom-sdk / wechat-work-sdk | ||
|
||
[![JSR @zsqk/wecom-sdk](https://jsr.io/badges/@zsqk/wecom-sdk)](https://jsr.io/@zsqk/wecom-sdk) | ||
|
||
服务于企业微信的, 类型安全的后端 SDK, 支持 Deno 和 Node.js (via jsr.io). | ||
|
||
具体的功能列表见文档: <https://jsr.io/@zsqk/wecom-sdk/doc> | ||
|
||
## test | ||
|
||
测试时需要三个环境变量: | ||
|
||
- QY_WECHAT_CORPID | ||
- QY_WECHAT_QRLOGIN_AGENTID | ||
- QY_WECHAT_QRLOGIN_SECRET | ||
|
||
可选的环境变量: | ||
|
||
- FIXEDIP_PROXY | ||
|
||
## usage | ||
|
||
支持 Deno 和 Node.js (via jsr.io). | ||
|
||
仅支持以 ESM 模块方式引用. | ||
|
||
具体用法在注释中, 详见: <https://jsr.io/@zsqk/wecom-sdk/doc> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters