mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	🎨 修复错误的代码
This commit is contained in:
		| @ -65,10 +65,10 @@ public class WxCpMeetingServiceImpl implements WxCpMeetingService { | |||||||
|     if (limit != null) { |     if (limit != null) { | ||||||
|       param.put("limit", limit); |       param.put("limit", limit); | ||||||
|     } |     } | ||||||
|     if (limit != null) { |     if (beginTime != null) { | ||||||
|       param.put("begin_time", beginTime); |       param.put("begin_time", beginTime); | ||||||
|     } |     } | ||||||
|     if (limit != null) { |     if (endTime != null) { | ||||||
|       param.put("end_time", endTime); |       param.put("end_time", endTime); | ||||||
|     } |     } | ||||||
|     final String response = this.cpService.post(this.cpService.getWxCpConfigStorage().getApiUrl(GET_USER_MEETING_ID), |     final String response = this.cpService.post(this.cpService.getWxCpConfigStorage().getApiUrl(GET_USER_MEETING_ID), | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang