mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-04-23 23:58:44 +08:00
fix javadoc
This commit is contained in:
parent
d17f11341d
commit
74737e2890
@ -24,7 +24,6 @@ public class WxMpUserQuery {
|
||||
/**
|
||||
* 语言使用默认(zh_CN)
|
||||
*
|
||||
* @description
|
||||
* @param openIdList
|
||||
*/
|
||||
public WxMpUserQuery(List<String> openIdList) {
|
||||
@ -98,7 +97,6 @@ public class WxMpUserQuery {
|
||||
/**
|
||||
* 获取查询参数列表
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public List<WxMpUserQueryParam> getQueryParamList() {
|
||||
return this.queryParamList;
|
||||
|
Loading…
Reference in New Issue
Block a user