فهرست منبع

:art: 修复错误的代码

Binary Wang 1 سال پیش
والد
کامیت
0e70c8928c
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/impl/WxCpMeetingServiceImpl.java

+ 2 - 2
weixin-java-cp/src/main/java/me/chanjar/weixin/cp/api/impl/WxCpMeetingServiceImpl.java

@@ -65,10 +65,10 @@ public class WxCpMeetingServiceImpl implements WxCpMeetingService {
     if (limit != null) {
       param.put("limit", limit);
     }
-    if (limit != null) {
+    if (beginTime != null) {
       param.put("begin_time", beginTime);
     }
-    if (limit != null) {
+    if (endTime != null) {
       param.put("end_time", endTime);
     }
     final String response = this.cpService.post(this.cpService.getWxCpConfigStorage().getApiUrl(GET_USER_MEETING_ID),