We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfd7a0 commit c8e3d7aCopy full SHA for c8e3d7a
1 file changed
weixin-java-open/src/main/java/me/chanjar/weixin/open/bean/ma/WxMaOpenCommitStandardExt.java
@@ -35,13 +35,12 @@
35
*/
36
@Data
37
public class WxMaOpenCommitStandardExt implements Serializable {
38
-
39
private static final long serialVersionUID = 4595618023108631477L;
40
41
/**
42
* 授权小程序Appid,可填入商户小程序AppID,以区分不同商户
43
44
- @SerializedName("create_time")
+ @SerializedName("extAppId")
45
private String extAppId;
46
47
0 commit comments