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