Skip to content

Commit

Permalink
🐛 #1524 修复WxMaExpressPath.PathItem内部类为public,方便访问
Browse files Browse the repository at this point in the history
  • Loading branch information
binarywang committed Apr 21, 2020
1 parent 585bd94 commit 619b377
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@

/**
* 运单轨迹对象
*
* @author <a href="https://github.com/mr-xiaoyu">xiaoyu</a>
* @since 2019-11-26
*/
@Data
@NoArgsConstructor
@AllArgsConstructor
public class WxMaExpressPath implements Serializable {

private static final long serialVersionUID = 5643624677715536605L;

/**
Expand Down Expand Up @@ -55,7 +55,7 @@ public static WxMaExpressPath fromJson(String json) {
}

@Data
private static class PathItem{
public static class PathItem {

/**
* 轨迹节点 Unix 时间戳
Expand Down

0 comments on commit 619b377

Please sign in to comment.