File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ class WorkWeixin {
7272 }
7373
7474 this . _CORPID = $key . corpid ;
75- this . _SECRET = $key . corpid ;
75+ this . _SECRET = $key . secret ;
7676 this . _AGENT_ID = $key . agentid ;
7777
7878 if ( $key . touser ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " all-pusher-api" ,
3- "version" : " 1.2.0 " ,
3+ "version" : " 1.2.1 " ,
44 "description" : " 统一化推送服务API." ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class WorkWeixin {
5353 throw new Error ( 'Missing Parameter: agentid' ) ;
5454 }
5555 this . _CORPID = $key . corpid ;
56- this . _SECRET = $key . corpid ;
56+ this . _SECRET = $key . secret ;
5757 this . _AGENT_ID = $key . agentid ;
5858 if ( $key . touser ) {
5959 this . touser = $key . touser ;
You can’t perform that action at this time.
0 commit comments