We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0477b45 commit ec37b00Copy full SHA for ec37b00
dist/WorkWeixin.js
@@ -72,7 +72,7 @@ class WorkWeixin {
72
}
73
74
this._CORPID = $key.corpid;
75
- this._SECRET = $key.corpid;
+ this._SECRET = $key.secret;
76
this._AGENT_ID = $key.agentid;
77
78
if ($key.touser) {
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "all-pusher-api",
3
- "version": "1.2.0",
+ "version": "1.2.1",
4
"description": "统一化推送服务API.",
5
"main": "dist/index.js",
6
"scripts": {
src/WorkWeixin.ts
@@ -53,7 +53,7 @@ class WorkWeixin {
53
throw new Error('Missing Parameter: agentid');
54
55
56
57
58
59
this.touser = $key.touser;
0 commit comments