wjx-api-sdk 0.1.22 → 0.1.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -284,7 +284,7 @@ console.log(parsed.questions); // ParsedQuestion[]
284
284
 
285
285
  | 变量 | 必填 | 说明 |
286
286
  |------|:----:|------|
287
- | `WJX_API_KEY` | 是 | 问卷星 OpenAPI API Key([扫码获取](https://www.wjx.cn/weixinlogin.aspx?redirecturl=%2Fnewwjx%2Fmanage%2Fuserinfo.aspx%3FshowApiKey%3D1)) |
287
+ | `WJX_API_KEY` | 是 | 问卷星 OpenAPI Key([扫码获取](https://www.wjx.cn/weixinlogin.aspx?redirecturl=%2Fnewwjx%2Fmanage%2Fuserinfo.aspx%3FshowApiKey%3D1)) |
288
288
  | `WJX_CORP_ID` | 否 | 企业通讯录 ID(通讯录相关操作需要) |
289
289
  | `WJX_BASE_URL` | 否 | 自定义 API 基础域名(默认 `https://www.wjx.cn`) |
290
290
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wjx-api-sdk",
3
- "version": "0.1.22",
3
+ "version": "0.1.23",
4
4
  "description": "问卷星 (Wenjuanxing) OpenAPI SDK — 零 MCP 依赖的 API 客户端",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",