Skip to content

Commit ba13eef

Browse files
authored
🐛【小程序】上传代码接口修复ext_json中的extAppid参数
1 parent 9f69e69 commit ba13eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public class WxMaOpenCommitStandardExt implements Serializable {
4040
/**
4141
* 授权小程序Appid,可填入商户小程序AppID,以区分不同商户
4242
*/
43-
@SerializedName("extAppId")
43+
@SerializedName("extAppid")
4444
private String extAppId;
4545

4646
/**

0 commit comments

Comments
 (0)