Skip to content

Commit c8e3d7a

Browse files
committed
🎨 修复错误的注解
1 parent 0dfd7a0 commit c8e3d7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

weixin-java-open/src/main/java/me/chanjar/weixin/open/bean/ma/WxMaOpenCommitStandardExt.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,12 @@
3535
*/
3636
@Data
3737
public class WxMaOpenCommitStandardExt implements Serializable {
38-
3938
private static final long serialVersionUID = 4595618023108631477L;
4039

4140
/**
4241
* 授权小程序Appid,可填入商户小程序AppID,以区分不同商户
4342
*/
44-
@SerializedName("create_time")
43+
@SerializedName("extAppId")
4544
private String extAppId;
4645

4746
/**

0 commit comments

Comments
 (0)