@tugou/dingtalk
Advanced tools
+1
-1
@@ -33,3 +33,3 @@ "use strict"; | ||
| // 根据unionid获取userid | ||
| const userid = await this.dingtalk_instance.user.getUserInfoByCode(unionid); | ||
| const userid = await this.dingtalk_instance.user.getUserIdByUnionId(unionid); | ||
| // 根据userid获取用户详情 | ||
@@ -36,0 +36,0 @@ // https://developers.dingtalk.com/document/app/queries-user-details?spm=ding_open_doc.document.0.0.645515a7ODVXpC#topic-1936803 |
+2
-2
| { | ||
| "name": "@tugou/dingtalk", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "description": "tugou midwayjs dingtalk", | ||
@@ -27,3 +27,3 @@ "main": "dist/index", | ||
| "license": "MIT", | ||
| "gitHead": "033b8d47ea17d605eb31eb0b320f671685d3e019" | ||
| "gitHead": "eac86d7b86242f60e6d6db9bea043b7961ff947e" | ||
| } |
5395
0.02%