mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-10-21 19:17:39 +08:00
🐛【小程序】上传代码接口修复ext_json中的extAppid参数
This commit is contained in:
@@ -40,7 +40,7 @@ public class WxMaOpenCommitStandardExt implements Serializable {
|
||||
/**
|
||||
* 授权小程序Appid,可填入商户小程序AppID,以区分不同商户
|
||||
*/
|
||||
@SerializedName("extAppId")
|
||||
@SerializedName("extAppid")
|
||||
private String extAppId;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user