Skip to content

Commit 74737e2

Browse files
committed
fix javadoc
1 parent d17f113 commit 74737e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/WxMpUserQuery.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ public WxMpUserQuery() {
2424
/**
2525
* 语言使用默认(zh_CN)
2626
*
27-
* @description
2827
* @param openIdList
2928
*/
3029
public WxMpUserQuery(List<String> openIdList) {
@@ -98,7 +97,6 @@ public WxMpUserQuery remove(String openId, String lang) {
9897
/**
9998
* 获取查询参数列表
10099
*
101-
* @return
102100
*/
103101
public List<WxMpUserQueryParam> getQueryParamList() {
104102
return this.queryParamList;

0 commit comments

Comments
 (0)