Skip to content

Commit b373eda

Browse files
SanjeeverBinary Wang
authored andcommitted
🎨 修复javadoc参数描述
1 parent 0bfc935 commit b373eda

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/WxCpUserService.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,8 @@ public interface WxCpUserService {
185185
* 文档地址:https://developer.work.weixin.qq.com/document/path/95895
186186
* </pre>
187187
*
188-
* @param email 手机号码。长度为5~32个字节
188+
* @param email 邮箱
189+
* @param emailType 邮箱类型:1-企业邮箱;2-个人邮箱
189190
* @return userid email对应的成员userid
190191
* @throws WxErrorException .
191192
*/

0 commit comments

Comments
 (0)