Explorar el Código

fix javadoc

master
BinaryWang hace 8 años
padre
commit
74737e2890
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. +0
    -2
      weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/WxMpUserQuery.java

+ 0
- 2
weixin-java-mp/src/main/java/me/chanjar/weixin/mp/bean/WxMpUserQuery.java Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar