mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 18:46:10 +08:00 
			
		
		
		
	update
This commit is contained in:
		| @ -1,6 +1,7 @@ | |||||||
| package me.chanjar.weixin.mp.bean.device; | package me.chanjar.weixin.mp.bean.device; | ||||||
|  |  | ||||||
| import java.util.Arrays; | import java.util.Arrays; | ||||||
|  | import java.util.LinkedList; | ||||||
| import java.util.List; | import java.util.List; | ||||||
|  |  | ||||||
| /** | /** | ||||||
| @ -9,7 +10,7 @@ import java.util.List; | |||||||
| public class WxDeviceAuthorize extends AbstractDeviceBean { | public class WxDeviceAuthorize extends AbstractDeviceBean { | ||||||
|   private String deivce_num; |   private String deivce_num; | ||||||
|   private String op_type; |   private String op_type; | ||||||
|   private List<WxDevice> device_list; |   private List<WxDevice> device_list = new LinkedList<>(); | ||||||
|  |  | ||||||
|   public String getDeivce_num() { |   public String getDeivce_num() { | ||||||
|     return deivce_num; |     return deivce_num; | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user
	 dongfuqiang
					dongfuqiang