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