mirror of
				https://gitee.com/binary/weixin-java-tools.git
				synced 2025-10-31 10:38:42 +08:00 
			
		
		
		
	🐛 #1524 修复WxMaExpressPath.PathItem内部类为public,方便访问
This commit is contained in:
		| @ -11,6 +11,7 @@ import java.util.List; | ||||
|  | ||||
| /** | ||||
|  * 运单轨迹对象 | ||||
|  * | ||||
|  * @author <a href="https://github.com/mr-xiaoyu">xiaoyu</a> | ||||
|  * @since 2019-11-26 | ||||
|  */ | ||||
| @ -18,7 +19,6 @@ import java.util.List; | ||||
| @NoArgsConstructor | ||||
| @AllArgsConstructor | ||||
| public class WxMaExpressPath implements Serializable { | ||||
|  | ||||
|   private static final long serialVersionUID = 5643624677715536605L; | ||||
|  | ||||
|   /** | ||||
| @ -55,7 +55,7 @@ public class WxMaExpressPath implements Serializable { | ||||
|   } | ||||
|  | ||||
|   @Data | ||||
|   private static class PathItem{ | ||||
|   public static class PathItem { | ||||
|  | ||||
|     /** | ||||
|      * 轨迹节点 Unix 时间戳 | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Binary Wang
					Binary Wang